diff options
Diffstat (limited to 'src/shared/cplusplus/Control.h')
-rw-r--r-- | src/shared/cplusplus/Control.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h index 034e4d583c..78839fb1e5 100644 --- a/src/shared/cplusplus/Control.h +++ b/src/shared/cplusplus/Control.h @@ -65,9 +65,6 @@ public: DiagnosticClient *diagnosticClient() const; void setDiagnosticClient(DiagnosticClient *diagnosticClient); - /// Returns the canonical name id. - const NameId *nameId(const Identifier *id); - /// Returns the canonical template name id. const TemplateNameId *templateNameId(const Identifier *id, const FullySpecifiedType *const args = 0, |