From a340cd118ef1765d14df62f8291d2f2c0c2361de Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Thu, 2 Sep 2010 12:50:37 +0200 Subject: Get rid of the numeric literals. --- src/shared/cplusplus/Control.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/shared/cplusplus/Control.cpp') diff --git a/src/shared/cplusplus/Control.cpp b/src/shared/cplusplus/Control.cpp index 14e302a039..647b17ce35 100644 --- a/src/shared/cplusplus/Control.cpp +++ b/src/shared/cplusplus/Control.cpp @@ -754,3 +754,8 @@ bool Control::hasSymbol(Symbol *symbol) const { return std::find(d->symbols.begin(), d->symbols.end(), symbol) != d->symbols.end(); } + +void Control::squeeze() +{ + d->numericLiterals.reset(); +} -- cgit v1.2.1