Skip to content

Commit 3c59312

Browse files
committed
Remove unused substitute.{h,cpp}
Single-character replacement should be done using std::replace. If full string substitution is genuinely required, a more efficient implemention (not repeatedly searching from the beginning) should be built.
1 parent d3e131c commit 3c59312

File tree

3 files changed

+0
-52
lines changed

3 files changed

+0
-52
lines changed

src/util/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ SRC = arith_tools.cpp \
8080
string_container.cpp \
8181
string_hash.cpp \
8282
string_utils.cpp \
83-
substitute.cpp \
8483
symbol.cpp \
8584
symbol_table_base.cpp \
8685
symbol_table.cpp \

src/util/substitute.cpp

-31
This file was deleted.

src/util/substitute.h

-20
This file was deleted.

0 commit comments

Comments
 (0)