Skip to content

Commit 31ec155

Browse files
committed
chore: delete unused C++ file
1 parent 455fd0b commit 31ec155

File tree

4 files changed

+0
-93
lines changed

4 files changed

+0
-93
lines changed

src/library/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ add_library(library OBJECT expr_lt.cpp
33
module.cpp dynlib.cpp replace_visitor.cpp num.cpp
44
class.cpp util.cpp print.cpp annotation.cpp
55
reducible.cpp init_module.cpp
6-
projection.cpp
76
aux_recursors.cpp
87
profiling.cpp time_task.cpp
98
formatter.cpp

src/library/projection.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/library/projection.h

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/library/util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Author: Leonardo de Moura
1717
#include "library/suffixes.h"
1818
#include "library/annotation.h"
1919
#include "library/constants.h"
20-
#include "library/projection.h"
2120
#include "library/replace_visitor.h"
2221
#include "library/num.h"
2322
#include "githash.h" // NOLINT

0 commit comments

Comments
 (0)