summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-12-20 00:58:20 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-12-20 00:58:20 +0000
commit9530770bd6abff64e77e911e444850da83eaaadb (patch)
tree5b26a51c741fb46ff7d221ab616a583537950a8b /lldb/source/API/SBTarget.cpp
parentc89c74ec2d4fb21ce08619520dd25ee25a5c0f8b (diff)
downloadbcm5719-llvm-9530770bd6abff64e77e911e444850da83eaaadb.tar.gz
bcm5719-llvm-9530770bd6abff64e77e911e444850da83eaaadb.zip
Remove dead code found.
llvm-svn: 146936
Diffstat (limited to 'lldb/source/API/SBTarget.cpp')
-rw-r--r--lldb/source/API/SBTarget.cpp7
1 files changed, 0 insertions, 7 deletions
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
{
OpenPOWER on IntegriCloud