[Lldb-commits] [lldb] r137081 - /lldb/trunk/tools/driver/Driver.cpp
Jim Ingham
jingham at apple.com
Mon Aug 8 17:26:56 PDT 2011
Author: jingham
Date: Mon Aug 8 19:26:56 2011
New Revision: 137081
URL: http://llvm.org/viewvc/llvm-project?rev=137081&view=rev
Log:
Remove some commented out code that doesn't connect to anything yet...
Modified:
lldb/trunk/tools/driver/Driver.cpp
Modified: lldb/trunk/tools/driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Driver.cpp?rev=137081&r1=137080&r2=137081&view=diff
==============================================================================
--- lldb/trunk/tools/driver/Driver.cpp (original)
+++ lldb/trunk/tools/driver/Driver.cpp Mon Aug 8 19:26:56 2011
@@ -1066,12 +1066,6 @@
exit(5);
}
-// const char *crash_log = GetCrashLogFilename();
-// if (crash_log)
-// {
-// ParseCrashLog (crash_log);
-// }
-//
SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter();
m_io_channel_ap.reset (new IOChannel(m_editline_slave_fh, editline_output_slave_fh, stdout, stderr, this));
More information about the lldb-commits
mailing list