summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/droplong.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/droplong.cxx')
-rw-r--r--compilerplugins/clang/droplong.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/droplong.cxx b/compilerplugins/clang/droplong.cxx
index a6ef33006d9d..fe5675b36d2f 100644
--- a/compilerplugins/clang/droplong.cxx
+++ b/compilerplugins/clang/droplong.cxx
@@ -57,8 +57,6 @@ public:
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
}
- bool shouldVisitTemplateInstantiations () const { return true; }
-
bool VisitBinAssign(BinaryOperator const *);
bool VisitVarDecl(VarDecl const *);
bool VisitCastExpr(CastExpr const *);