Skip to content

Commit a53b5c7

Browse files
author
Daniel Kroening
committed
remove basic_blocks and goto_program_irep
1 parent d87c2db commit a53b5c7

File tree

6 files changed

+0
-286
lines changed

6 files changed

+0
-286
lines changed

Diff for: 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 \

Diff for: src/goto-programs/basic_blocks.cpp

-94
This file was deleted.

Diff for: src/goto-programs/basic_blocks.h

-20
This file was deleted.

Diff for: src/goto-programs/goto_program_irep.cpp

-144
This file was deleted.

Diff for: src/goto-programs/goto_program_irep.h

-25
This file was deleted.

Diff for: src/util/irep_ids.def

-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ 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)
354353
IREP_ID_ONE(location)
355354
IREP_ID_ONE(labels)
356355
IREP_ID_ONE(event)

0 commit comments

Comments
 (0)