warning: unused parameter ‘foo’ [-Wunused-parameter]
[ntk/apt.git] / test / libapt / getarchitectures_test.cc
index e3ca7bb..508d5e4 100644 (file)
@@ -7,14 +7,7 @@
 
 #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[])
+int main()
 {
        std::vector<std::string> vec;