Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87da09a

Browse files
committedAug 11, 2018
Remove ESBMC-specific find_macros and get_module
These are not of general use and cannot be tested in this repository.
1 parent 7e5eee1 commit 87da09a

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
@@ -14,7 +14,6 @@ SRC = arith_tools.cpp \
1414
expr_initializer.cpp \
1515
expr_util.cpp \
1616
file_util.cpp \
17-
find_macros.cpp \
1817
find_symbols.cpp \
1918
fixedbv.cpp \
2019
format_constant.cpp \
@@ -23,7 +22,7 @@ SRC = arith_tools.cpp \
2322
format_type.cpp \
2423
fresh_symbol.cpp \
2524
get_base_name.cpp \
26-
get_module.cpp \
25+
graph.cpp \
2726
guard.cpp \
2827
identifier.cpp \
2928
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)
Please sign in to comment.