aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionClasses.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExpressionClasses.h')
-rw-r--r--ExpressionClasses.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ExpressionClasses.h b/ExpressionClasses.h
index 5d32c0f7..c8352030 100644
--- a/ExpressionClasses.h
+++ b/ExpressionClasses.h
@@ -68,10 +68,6 @@ public:
bool _copyItem = true,
unsigned _sequenceNumber = 0
);
- /// @returns a new unique class id which does not and will never have a representative containing
- /// an AssemblyItem, i.e. its value cannot be generated, instead it has to be assumed to be
- /// already present.
- Id newId();
/// @returns the canonical representative of an expression class.
Expression const& representative(Id _id) const { return m_representatives.at(_id); }
/// @returns the number of classes.