From 2f94fed439505d40b96cc135695a2517ddcf0b84 Mon Sep 17 00:00:00 2001 From: Andreas Stallinger Date: Tue, 23 Feb 2016 10:43:11 +0100 Subject: [PATCH] fix: undo last main.cpp changes revert last main.cpp changes --- src/app/main.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index ad0fe268..37a11e3a 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -56,15 +56,6 @@ int main(int argc, char *argv[]) commandLineParser.setup(); commandLineParser.process(qtApp); - - SolutionParserCompilationDatabase sp; - sp.openSolutionFile("/home/st4ll1/dev/coati/build/Release/compile_commands.json"); - std::vector v = sp.getIncludePaths(); - for(std::string s : v) - { - std::cout << s << std::endl; - } - QtViewFactory viewFactory; QtNetworkFactory networkFactory;