diff options
Diffstat (limited to 'lldb/source/Core/InputReader.cpp')
-rw-r--r-- | lldb/source/Core/InputReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/InputReader.cpp b/lldb/source/Core/InputReader.cpp index afda9fa25f6..bc1dc49b2fd 100644 --- a/lldb/source/Core/InputReader.cpp +++ b/lldb/source/Core/InputReader.cpp @@ -196,7 +196,6 @@ InputReader::HandleRawBytes (const char *bytes, size_t bytes_len) { const char *line_start = bytes; const char *end_line = NULL; - const char *end = bytes + bytes_len; while (p < end) { const char ch = *p; |