Skip to content

Commit 31ef182

Browse files
authored
Merge pull request diffblue#2208 from diffblue/cleanout-goto-programs
remove basic_blocks and goto_program_irep
2 parents 0e84d3e + 821eb1d commit 31ef182

File tree

6 files changed

+0
-289
lines changed

6 files changed

+0
-289
lines changed

src/goto-programs/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
SRC = adjust_float_expressions.cpp \
2-
basic_blocks.cpp \
32
builtin_functions.cpp \
43
class_hierarchy.cpp \
54
class_identifier.cpp \
@@ -20,7 +19,6 @@ SRC = adjust_float_expressions.cpp \
2019
goto_inline.cpp \
2120
goto_inline_class.cpp \
2221
goto_program.cpp \
23-
goto_program_irep.cpp \
2422
goto_program_template.cpp \
2523
goto_trace.cpp \
2624
graphml_witness.cpp \

src/goto-programs/basic_blocks.cpp

-94
This file was deleted.

src/goto-programs/basic_blocks.h

-20
This file was deleted.

src/goto-programs/goto_program_irep.cpp

-144
This file was deleted.

src/goto-programs/goto_program_irep.h

-25
This file was deleted.

src/util/irep_ids.def

-4
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,7 @@ IREP_ID_ONE(factorial_power)
350350
IREP_ID_ONE(pretty_name)
351351
IREP_ID_TWO(C_class, #class)
352352
IREP_ID_TWO(C_interface, #interface)
353-
IREP_ID_ONE(targets)
354-
IREP_ID_ONE(location)
355-
IREP_ID_ONE(labels)
356353
IREP_ID_ONE(event)
357-
IREP_ID_ONE(guard)
358354
IREP_ID_ONE(designated_initializer)
359355
IREP_ID_ONE(designator)
360356
IREP_ID_ONE(member_designator)

0 commit comments

Comments
 (0)