summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-03-29 01:39:57 +0000
committerGreg Clayton <gclayton@apple.com>2012-03-29 01:39:57 +0000
commitd761d427072876363e295708803786df4e587067 (patch)
tree90ef7cd56fb155eb0682e8295119e58f0d453be1 /lldb/source/API
parent86ea8d821a90d7d52b5023e4aa367e5265ca16ce (diff)
downloadbcm5719-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.cpp1
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)
{
OpenPOWER on IntegriCloud