summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
diff options
context:
space:
mode:
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