summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Editline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/common/Editline.cpp')
-rw-r--r--lldb/source/Host/common/Editline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Editline.cpp b/lldb/source/Host/common/Editline.cpp
index d49dc8f7e2e..2f811c9d8b1 100644
--- a/lldb/source/Host/common/Editline.cpp
+++ b/lldb/source/Host/common/Editline.cpp
@@ -203,7 +203,7 @@ namespace lldb_private
{
snprintf (history_path, sizeof (history_path), "~/%s-widehistory", m_prefix.c_str());
}
- m_path = std::move (FileSpec (history_path, true).GetPath());
+ m_path = FileSpec (history_path, true).GetPath();
}
if (m_path.empty())
return NULL;
OpenPOWER on IntegriCloud