From 6007b5f71370a43caf950068ab07db9abb78a840 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 3 Mar 2017 06:14:38 +0000 Subject: 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 --- lldb/source/Core/StringList.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Core/StringList.cpp') 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 { -- cgit v1.2.3