Skip to content

Commit d243dc6

Browse files
committed
Remove ESBMC-specific find_macros and get_module
These are not of general use and cannot be tested in this repository.
1 parent f224f13 commit d243dc6

File tree

6 files changed

+0
-238
lines changed

6 files changed

+0
-238
lines changed

src/util/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ SRC = arith_tools.cpp \
1313
expr.cpp \
1414
expr_util.cpp \
1515
file_util.cpp \
16-
find_macros.cpp \
1716
find_symbols.cpp \
1817
fixedbv.cpp \
1918
format_constant.cpp \
@@ -22,7 +21,6 @@ SRC = arith_tools.cpp \
2221
format_type.cpp \
2322
fresh_symbol.cpp \
2423
get_base_name.cpp \
25-
get_module.cpp \
2624
graph.cpp \
2725
guard.cpp \
2826
identifier.cpp \

src/util/find_macros.cpp

-52
This file was deleted.

src/util/find_macros.h

-27
This file was deleted.

src/util/get_module.cpp

-130
This file was deleted.

src/util/get_module.h

-26
This file was deleted.

src/util/irep_ids.def

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ IREP_ID_ONE(merged_type)
145145
IREP_ID_ONE(range)
146146
IREP_ID_ONE(from)
147147
IREP_ID_ONE(to)
148-
IREP_ID_ONE(module)
149148
IREP_ID_ONE(parameter)
150149
IREP_ID_ONE(component_name)
151150
IREP_ID_ONE(component_number)

0 commit comments

Comments
 (0)