Skip to content

Commit bb2794b

Browse files
committed
Remove unused and deprecated files
1 parent 77ef440 commit bb2794b

28 files changed

+5
-1679
lines changed

src/cpp/recursion_counter.h

-32
This file was deleted.

src/goto-analyzer/static_analyzer.cpp

-238
This file was deleted.

src/goto-analyzer/static_analyzer.h

-34
This file was deleted.

src/goto-instrument/accelerate/path_acceleration.h

-24
This file was deleted.

src/goto-instrument/accelerate/polynomial_accelerator.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ Author: Matt Lewis
2424
#include "polynomial.h"
2525
#include "path.h"
2626
#include "accelerator.h"
27-
#include "path_acceleration.h"
2827
#include "acceleration_utils.h"
2928
#include "cone_of_influence.h"
3029
#include "overflow_instrumenter.h"
3130

32-
class polynomial_acceleratort:public path_accelerationt
31+
class polynomial_acceleratort
3332
{
3433
public:
3534
polynomial_acceleratort(

src/goto-programs/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
SRC = basic_blocks.cpp \
2-
builtin_functions.cpp \
1+
SRC = builtin_functions.cpp \
32
class_hierarchy.cpp \
43
class_identifier.cpp \
54
compute_called_functions.cpp \
@@ -19,7 +18,6 @@ SRC = basic_blocks.cpp \
1918
goto_inline.cpp \
2019
goto_inline_class.cpp \
2120
goto_program.cpp \
22-
goto_program_irep.cpp \
2321
goto_program_template.cpp \
2422
goto_trace.cpp \
2523
graphml_witness.cpp \

0 commit comments

Comments
 (0)