aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/StringLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/StringLexer.h')
-rw-r--r--include/lldb/Utility/StringLexer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lldb/Utility/StringLexer.h b/include/lldb/Utility/StringLexer.h
index e2c31db329cc..e4fc81a85e0d 100644
--- a/include/lldb/Utility/StringLexer.h
+++ b/include/lldb/Utility/StringLexer.h
@@ -41,8 +41,6 @@ public:
bool HasAtLeast(Size s);
- bool HasAny(Character c);
-
std::string GetUnlexed();
// This will assert if there are less than s characters preceding the cursor.