diff options
| author | Greg Clayton <gclayton@apple.com> | 2012-03-29 01:39:57 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2012-03-29 01:39:57 +0000 |
| commit | d761d427072876363e295708803786df4e587067 (patch) | |
| tree | 90ef7cd56fb155eb0682e8295119e58f0d453be1 /lldb/source/API | |
| parent | 86ea8d821a90d7d52b5023e4aa367e5265ca16ce (diff) | |
| download | bcm5719-llvm-d761d427072876363e295708803786df4e587067.tar.gz bcm5719-llvm-d761d427072876363e295708803786df4e587067.zip | |
Removed unused variable.
llvm-svn: 153625
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBTarget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index 97b4e475f26..2d6ff523b06 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -2136,7 +2136,6 @@ SBTarget::SetModuleLoadAddress (lldb::SBModule module, int64_t slide_offset) { SBError sb_error; - char path[PATH_MAX]; TargetSP target_sp(GetSP()); if (target_sp) { |

