diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/clangrefactoringbackend/source/findcursorusr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clangrefactoringbackend/source/findcursorusr.h b/src/tools/clangrefactoringbackend/source/findcursorusr.h index 438f7b4abb..b534d27f62 100644 --- a/src/tools/clangrefactoringbackend/source/findcursorusr.h +++ b/src/tools/clangrefactoringbackend/source/findcursorusr.h @@ -157,7 +157,6 @@ private: std::vector<const clang::NamedDecl*> namedDeclarations; const clang::SourceManager &sourceManager; const clang::SourceLocation cursorSourceLocation; - bool isTemplate = false; }; inline |