[lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureRemoteStr...
commitb4827a3c0a7ef121ca376713e115b04eff0f5194
authorAlex Langford <alangford@apple.com>
Fri, 16 Jun 2023 22:49:03 +0000 (16 15:49 -0700)
committerAlex Langford <alangford@apple.com>
Wed, 21 Jun 2023 17:17:24 +0000 (21 10:17 -0700)
tree47d4bf44cd5d6b7dfb0b098971f9cbf7b60ff6bc
parent74adc3e0ebfb42a48f02d8d7094d6848a37a21f5
[lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureRemoteStructuredData

ConstString's benefits are not being utilized here, StringRef is
sufficient.

Differential Revision: https://reviews.llvm.org/D153177
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h