]> git.saurik.com Git - apt.git/blobdiff - test/libapt/getarchitectures_test.cc
lots of cppcheck fixes
[apt.git] / test / libapt / getarchitectures_test.cc
index e3ca7bbc21611b1f7bdb9b6d747be2f6b518e5b2..807469263489cf6a31148154dccc9571fd547299 100644 (file)
@@ -7,13 +7,6 @@
 
 #include <iostream>
 
-// simple helper to quickly output a vector of strings
-void dumpVector(std::vector<std::string> vec) {
-       for (std::vector<std::string>::const_iterator v = vec.begin();
-            v != vec.end(); v++)
-               std::cout << *v << std::endl;
-}
-
 int main(int argc,char *argv[])
 {
        std::vector<std::string> vec;