aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4internalclass_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-07-27 13:12:56 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-07-27 22:20:56 +0200
commit054694ee5bd70384d30d0b7b9bf785a1df37b16b (patch)
tree767c322cd0c87570baca11aee214fb8dec3213f0 /src/qml/jsruntime/qv4internalclass_p.h
parente14b7fe59767e972a32aed7b019d01def14b429c (diff)
Remove QV4:PropertyHash::removeIdentifier()
You cannot actually remove anything from these hashes. Change-Id: I4b08639f56e3198f48dac1fabfd324cca87c3fdc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4internalclass_p.h')
-rw-r--r--src/qml/jsruntime/qv4internalclass_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4internalclass_p.h b/src/qml/jsruntime/qv4internalclass_p.h
index 04cdcd8e4d..c9667ed368 100644
--- a/src/qml/jsruntime/qv4internalclass_p.h
+++ b/src/qml/jsruntime/qv4internalclass_p.h
@@ -53,7 +53,6 @@ struct PropertyHash
void addEntry(const Entry &entry, int classSize);
Entry *lookup(PropertyKey identifier) const;
- int removeIdentifier(PropertyKey identifier, int classSize);
void detach(bool grow, int classSize);
};