Skip to content

Commit a8319a3

Browse files
committed
Remove unused macro forall_symbol_module_map
1 parent 96bf623 commit a8319a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/symbol_table.h

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
it_end=(expr).upper_bound(base_name); \
1818
it!=it_end; ++it)
1919

20-
#define forall_symbol_module_map(it, expr, module) \
21-
for(symbol_module_mapt::const_iterator it=(expr).lower_bound(module), \
22-
it_end=(expr).upper_bound(module); \
23-
it!=it_end; ++it)
24-
2520

2621
/// \brief The symbol table
2722
/// \ingroup gr_symbol_table

0 commit comments

Comments
 (0)