diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-12-20 00:58:20 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-12-20 00:58:20 +0000 |
| commit | 9530770bd6abff64e77e911e444850da83eaaadb (patch) | |
| tree | 5b26a51c741fb46ff7d221ab616a583537950a8b /lldb/source/API/SBTarget.cpp | |
| parent | c89c74ec2d4fb21ce08619520dd25ee25a5c0f8b (diff) | |
| download | bcm5719-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.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 { |

