Skip to content

Commit

Permalink
Remove unused and deprecated files
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Apr 27, 2018
1 parent 77ef440 commit bb2794b
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 1,679 deletions.
32 changes: 0 additions & 32 deletions src/cpp/recursion_counter.h

This file was deleted.

238 changes: 0 additions & 238 deletions src/goto-analyzer/static_analyzer.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions src/goto-analyzer/static_analyzer.h

This file was deleted.

24 changes: 0 additions & 24 deletions src/goto-instrument/accelerate/path_acceleration.h

This file was deleted.

3 changes: 1 addition & 2 deletions src/goto-instrument/accelerate/polynomial_accelerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ Author: Matt Lewis
#include "polynomial.h"
#include "path.h"
#include "accelerator.h"
#include "path_acceleration.h"
#include "acceleration_utils.h"
#include "cone_of_influence.h"
#include "overflow_instrumenter.h"

class polynomial_acceleratort:public path_accelerationt
class polynomial_acceleratort
{
public:
polynomial_acceleratort(
Expand Down
4 changes: 1 addition & 3 deletions src/goto-programs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SRC = basic_blocks.cpp \
builtin_functions.cpp \
SRC = builtin_functions.cpp \
class_hierarchy.cpp \
class_identifier.cpp \
compute_called_functions.cpp \
Expand All @@ -19,7 +18,6 @@ SRC = basic_blocks.cpp \
goto_inline.cpp \
goto_inline_class.cpp \
goto_program.cpp \
goto_program_irep.cpp \
goto_program_template.cpp \
goto_trace.cpp \
graphml_witness.cpp \
Expand Down
Loading

0 comments on commit bb2794b

Please sign in to comment.