[llvm-branch-commits] [lldb] r198452 - Removed unneeded python function.

Greg Clayton gclayton at apple.com
Fri Jan 3 14:35:07 PST 2014


Author: gclayton
Date: Fri Jan  3 16:35:07 2014
New Revision: 198452

URL: http://llvm.org/viewvc/llvm-project?rev=198452&view=rev
Log:
Removed unneeded python function.


Modified:
    lldb/branches/iohandler/source/Interpreter/embedded_interpreter.py

Modified: lldb/branches/iohandler/source/Interpreter/embedded_interpreter.py
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/iohandler/source/Interpreter/embedded_interpreter.py?rev=198452&r1=198451&r2=198452&view=diff
==============================================================================
--- lldb/branches/iohandler/source/Interpreter/embedded_interpreter.py (original)
+++ lldb/branches/iohandler/source/Interpreter/embedded_interpreter.py Fri Jan  3 16:35:07 2014
@@ -55,14 +55,6 @@ def run_python_interpreter (dict):
 
 g_run_one_line_str = None
 
-   def one_line (self, input):
-      line = self.process_input (input)
-      more = self.push(line)
-      if more:
-         self.write ("Input not a complete line.\n")
-         self.resetbuffer()
-         more = 0
-
 def run_python_interpreter (dict):
    # Pass in the dictionary, for continuity from one session to the next.
    repl = SimpleREPL('>>> ', dict)





More information about the llvm-branch-commits mailing list