Skip to content

Commit bb4f994

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 44c0954 commit bb4f994

File tree

6 files changed

+1
-250
lines changed

6 files changed

+1
-250
lines changed

src/util/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ SRC = arith_tools.cpp \
1515
expr_util.cpp \
1616
exception_utils.cpp \
1717
file_util.cpp \
18-
find_macros.cpp \
1918
find_symbols.cpp \
2019
fixedbv.cpp \
2120
format_constant.cpp \
@@ -24,7 +23,7 @@ SRC = arith_tools.cpp \
2423
format_type.cpp \
2524
fresh_symbol.cpp \
2625
get_base_name.cpp \
27-
get_module.cpp \
26+
graph.cpp \
2827
guard.cpp \
2928
identifier.cpp \
3029
ieee_float.cpp \

src/util/find_macros.cpp

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/util/find_macros.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/util/get_module.cpp

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/util/get_module.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/util/irep_ids.def

Lines changed: 0 additions & 1 deletion
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)