aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4identifier_p.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-09-24 09:12:46 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2015-11-25 10:40:53 +0000
commit77de21f93642413fec8f6138be1612129941661d (patch)
tree91944c6386ce58cbbbe03abac5f2d759012d0a35 /src/qml/jsruntime/qv4identifier_p.h
parent7aa921ca62d14620f640fcc460fa79c4eeffa26c (diff)
qv4identifier: Remove unused reserve() function
Change-Id: I3b9bfc8586c660d5e09ae16a32774f520263b573 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/jsruntime/qv4identifier_p.h')
-rw-r--r--src/qml/jsruntime/qv4identifier_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4identifier_p.h b/src/qml/jsruntime/qv4identifier_p.h
index 605b06c685..ff93b70ff9 100644
--- a/src/qml/jsruntime/qv4identifier_p.h
+++ b/src/qml/jsruntime/qv4identifier_p.h
@@ -103,8 +103,6 @@ struct IdentifierHashBase
inline IdentifierHashBase &operator=(const IdentifierHashBase &other);
bool isEmpty() const { return !d; }
- // ###
- void reserve(int) {}
inline int count() const;
bool contains(const Identifier *i) const;