]> git.saurik.com Git - apt.git/blobdiff - test/libapt/gtest_runner.cc
Fix FileUtlTest.GetTempDir failure when run as root
[apt.git] / test / libapt / gtest_runner.cc
index 29f6313269deb9ab390a8293ba8524422e503877..46054afa32cfea78aa82b31e03d3c9dfd2765f8d 100644 (file)
@@ -1,10 +1,6 @@
 #include <gtest/gtest.h>
 
 #include <apt-pkg/error.h>
-#include <apt-pkg/cmndline.h>
-
-bool ShowHelp(CommandLine &, CommandLine::DispatchWithHelp const *) {return false;}
-std::vector<CommandLine::DispatchWithHelp> GetCommands() {return {};}
 
 int main(int argc, char **argv) {
    ::testing::InitGoogleTest(&argc, argv);