[Lldb-commits] [lldb] r146936 - /lldb/trunk/source/API/SBTarget.cpp

Johnny Chen johnny.chen at apple.com
Mon Dec 19 16:58:21 PST 2011


Author: johnny
Date: Mon Dec 19 18:58:20 2011
New Revision: 146936

URL: http://llvm.org/viewvc/llvm-project?rev=146936&view=rev
Log:
Remove dead code found.

Modified:
    lldb/trunk/source/API/SBTarget.cpp

Modified: lldb/trunk/source/API/SBTarget.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBTarget.cpp?rev=146936&r1=146935&r2=146936&view=diff
==============================================================================
--- lldb/trunk/source/API/SBTarget.cpp (original)
+++ lldb/trunk/source/API/SBTarget.cpp Mon Dec 19 18:58:20 2011
@@ -1071,13 +1071,6 @@
     return false;
 }
 
-lldb::SBModule
-AddModule (const char *path,
-           const char *triple,
-           const char *uuid);
-
-
-
 uint32_t
 SBTarget::GetNumModules () const
 {





More information about the lldb-commits mailing list