diff options
Diffstat (limited to 'lldb/source/API/SBTarget.cpp')
| -rw-r--r-- | lldb/source/API/SBTarget.cpp | 7 |
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 { |

