aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Literals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Literals.h')
-rw-r--r--src/libs/3rdparty/cplusplus/Literals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/3rdparty/cplusplus/Literals.h b/src/libs/3rdparty/cplusplus/Literals.h
index 0ff88d4d09d..1e5e8b23f91 100644
--- a/src/libs/3rdparty/cplusplus/Literals.h
+++ b/src/libs/3rdparty/cplusplus/Literals.h
@@ -106,8 +106,6 @@ public:
virtual const Identifier *identifier() const { return this; }
- virtual bool isEqualTo(const Name *other) const;
-
virtual const Identifier *asNameId() const
{ return this; }