Skip to content

Commit 068e826

Browse files
committed
More fixes to sync with upstream.
1 parent 25b33b8 commit 068e826

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ class GDBRemoteCommunicationServerLLGS
9898
GDBRemoteCommunication::PacketResult
9999
SendStructuredDataPacket(const llvm::json::Value &value);
100100

101-
using ProcessCreatedCallback = std::function<void(NativeProcessProtocol *)>;
102-
using ProcessStoppedChangedCallback =
103-
std::function<std::string (GDBRemoteCommunicationServerLLGS &server,
104-
NativeProcessProtocol *process)>;
105-
106101
void InstallPlugin(std::unique_ptr<lldb_server::LLDBServerPlugin> plugin_up);
107102

108103
void SetPlugin(lldb_server::LLDBServerPlugin *plugin) {

0 commit comments

Comments
 (0)