Skip to content

Commit 953a814

Browse files
committed
Remove the llvm/Support/StringPool.h file and related support now that it has no clients. A plain old StringSet<> is a better replacement.
Subscribers: mgorny, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D78336
1 parent 9eaf0ab commit 953a814

File tree

5 files changed

+0
-207
lines changed

5 files changed

+0
-207
lines changed

llvm/include/llvm/Support/StringPool.h

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

llvm/lib/Support/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ add_llvm_component_library(LLVMSupport
138138
Statistic.cpp
139139
StringExtras.cpp
140140
StringMap.cpp
141-
StringPool.cpp
142141
StringSaver.cpp
143142
StringRef.cpp
144143
SymbolRemappingReader.cpp

llvm/lib/Support/StringPool.cpp

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

llvm/unittests/Support/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ add_llvm_unittest(SupportTests
6666
ScaledNumberTest.cpp
6767
SourceMgrTest.cpp
6868
SpecialCaseListTest.cpp
69-
StringPool.cpp
7069
SwapByteOrderTest.cpp
7170
SymbolRemappingReaderTest.cpp
7271
TarWriterTest.cpp

llvm/unittests/Support/StringPool.cpp

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

0 commit comments

Comments
 (0)