summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StringList.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-03 06:14:38 +0000
committerZachary Turner <zturner@google.com>2017-03-03 06:14:38 +0000
commit6007b5f71370a43caf950068ab07db9abb78a840 (patch)
tree93bfedbeacaacd8bfbd8a87a6518ab9c04ee280f /lldb/source/Core/StringList.cpp
parent4f73dbf403159419d919c7eaa439af8ea5f00d13 (diff)
downloadbcm5719-llvm-6007b5f71370a43caf950068ab07db9abb78a840.tar.gz
bcm5719-llvm-6007b5f71370a43caf950068ab07db9abb78a840.zip
Remove some dead code in FileSpec.
This in turn triggered some fallout where other files had been transitively picking up includes that they needed from FileSpec.h, so I've fixed those up as well. llvm-svn: 296855
Diffstat (limited to 'lldb/source/Core/StringList.cpp')
-rw-r--r--lldb/source/Core/StringList.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/StringList.cpp b/lldb/source/Core/StringList.cpp
index c51a6e3071a..f9b2ca897f6 100644
--- a/lldb/source/Core/StringList.cpp
+++ b/lldb/source/Core/StringList.cpp
@@ -65,10 +65,6 @@ void StringList::AppendList(StringList strings) {
m_strings.push_back(strings.GetStringAtIndex(i));
}
-bool StringList::ReadFileLines(FileSpec &input_file) {
- return input_file.ReadFileLines(m_strings);
-}
-
size_t StringList::GetSize() const { return m_strings.size(); }
size_t StringList::GetMaxStringLength() const {
OpenPOWER on IntegriCloud