aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cgrep.cpp')
-rw-r--r--cgrep.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index b359aa7..7b2c5c2 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -869,11 +869,9 @@ private:
/*Main*/
int main(int argc, const char **argv) {
CommonOptionsParser op(argc, argv, CGrepCat);
- const std::vector<std::string> &SourcePathList [[maybe_unused]] =
- op.getSourcePathList();
ClangTool Tool(op.getCompilations(), op.getSourcePathList());
int ret = Tool.run(newFrontendActionFactory<AppFrontendAction>().get());
-#if 1
+#if 0
listDirs(CO_RECURSIVE);
#endif
return ret;