summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Error.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-05-30 00:49:24 +0000
committerGreg Clayton <gclayton@apple.com>2011-05-30 00:49:24 +0000
commit007d5be6533923ecc61742c83f6c7c7c27d4f18c (patch)
tree37684e6707727c4e3ac76aa7dedd5b51e27efeb7 /lldb/source/Core/Error.cpp
parent5d2fbfed4d4e1fac8a1490ab913acd9a03925fa5 (diff)
downloadbcm5719-llvm-007d5be6533923ecc61742c83f6c7c7c27d4f18c.tar.gz
bcm5719-llvm-007d5be6533923ecc61742c83f6c7c7c27d4f18c.zip
lldb-59.
llvm-svn: 132304
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r--lldb/source/Core/Error.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp
index 6614769f8a0..6e21fe7ee2b 100644
--- a/lldb/source/Core/Error.cpp
+++ b/lldb/source/Core/Error.cpp
@@ -302,7 +302,6 @@ Error::SetErrorString (const char *err_str)
if (Success())
SetErrorToGenericError();
m_string = err_str;
- m_string.append("\n");
}
else
m_string.clear();
OpenPOWER on IntegriCloud