Fix an inefficient StringRef conversion.
authorZachary Turner <zturner@google.com>
Wed, 21 Sep 2016 16:01:43 +0000 (16:01 +0000)
committerZachary Turner <zturner@google.com>
Wed, 21 Sep 2016 16:01:43 +0000 (16:01 +0000)
commit9a4e30117f8c73eacc016cdb64af3bdf0fd19981
tree215f5e6242dc803a2e6ebdc2cfca48c637d9739f
parent95eae4235d4cfa5cee67ab6c4e686baf8a57e9e5
Fix an inefficient StringRef conversion.

Since the original object was already an llvm::SmallString<>
there's no point calling c_str() first.

llvm-svn: 282080
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp