From 9530770bd6abff64e77e911e444850da83eaaadb Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 20 Dec 2011 00:58:20 +0000 Subject: Remove dead code found. llvm-svn: 146936 --- lldb/source/API/SBTarget.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lldb/source/API/SBTarget.cpp') diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index b922d2ae4f2..059f91c4444 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -1071,13 +1071,6 @@ SBTarget::AddModule (lldb::SBModule &module) return false; } -lldb::SBModule -AddModule (const char *path, - const char *triple, - const char *uuid); - - - uint32_t SBTarget::GetNumModules () const { -- cgit v1.2.3