diff options
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h')
-rw-r--r-- | lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h index cc17422049b..90f95932c64 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h @@ -20,10 +20,6 @@ class GDBRemoteTest : public testing::Test { public: static void SetUpTestCase(); static void TearDownTestCase(); - -protected: - llvm::Error Connect(GDBRemoteCommunication &client, - GDBRemoteCommunication &server); }; struct MockServer : public GDBRemoteCommunicationServer { |