Skip to content

Commit ecbbc73

Browse files
committed
Remove unused forall_symbols macro.
1 parent f1670b2 commit ecbbc73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util/symbol_table.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
#include "symbol_table_base.h"
1010

11-
#define forall_symbols(it, expr) \
12-
for(symbol_tablet::symbolst::const_iterator it=(expr).begin(); \
13-
it!=(expr).end(); ++it)
14-
1511
#define forall_symbol_base_map(it, expr, base_name) \
1612
for(symbol_base_mapt::const_iterator it=(expr).lower_bound(base_name), \
1713
it_end=(expr).upper_bound(base_name); \

0 commit comments

Comments
 (0)