From ce6ef7f3eb05d6d28e5976910296c4dcce3d51a3 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 6 Mar 2020 20:57:38 +0330 Subject: updated the man and readme. --- cgrep.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cgrep.cpp') diff --git a/cgrep.cpp b/cgrep.cpp index a764ba9..c654617 100644 --- a/cgrep.cpp +++ b/cgrep.cpp @@ -327,7 +327,6 @@ public: if (regex_handler(REGEX_PP(CO_REGEX), name)) { ast_type_traits::DynTypedNode DNode = ast_type_traits::DynTypedNode::create(*FD); - NamedDecl const *ND = DNode.get(); auto StartLocation = FD->getLocation(); auto EndLocation = StartLocation.getLocWithOffset(name.size() - 1); auto Range = SourceRange(StartLocation, EndLocation); -- cgit v1.2.3