aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-23 21:03:03 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-23 21:03:03 +0000
commitca68569f80e97b951612ec849462b15b75310922 (patch)
tree9b47077d4fac9ddc66d9c0977cc64a1931e3366d /cgrep.cpp
parentupdate (diff)
downloadcgrep-ca68569f80e97b951612ec849462b15b75310922.tar.gz
cgrep-ca68569f80e97b951612ec849462b15b75310922.zip
update
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;