aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cgrep.cpp')
-rw-r--r--cgrep.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index e259d08..8ce5fe7 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -906,8 +906,6 @@ 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<CgrepFrontendAction>().get());
#if 0