diff options
Diffstat (limited to 'clang/lib/Index/IndexingContext.h')
-rw-r--r-- | clang/lib/Index/IndexingContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Index/IndexingContext.h b/clang/lib/Index/IndexingContext.h index dd1dd328cd4..5f4215858cc 100644 --- a/clang/lib/Index/IndexingContext.h +++ b/clang/lib/Index/IndexingContext.h @@ -58,7 +58,6 @@ public: return false; } - static bool isFunctionLocalDecl(const Decl *D); static bool isTemplateImplicitInstantiation(const Decl *D); bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), |