From 23f59509a8790b04c691ec063c55724a3bfee7eb Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 17 Jul 2012 03:23:13 +0000 Subject: Ran the static analyzer on the codebase and found a few things. llvm-svn: 160338 --- lldb/source/Core/Debugger.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lldb/source/Core/Debugger.cpp') diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index 3e3b0cb1aea..9cefaa30f14 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -1336,10 +1336,10 @@ Debugger::FormatPrompt } else if (is_pointer) // if pointer, value is the address stored { - var_success = target->DumpPrintableRepresentation(s, - val_obj_display, - custom_format, - ValueObject::ePrintableRepresentationSpecialCasesDisable); + target->DumpPrintableRepresentation (s, + val_obj_display, + custom_format, + ValueObject::ePrintableRepresentationSpecialCasesDisable); } else { -- cgit v1.2.3