diff options
Diffstat (limited to 'unittests/Process/gdb-remote/GDBRemoteTestUtils.h')
-rw-r--r-- | unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unittests/Process/gdb-remote/GDBRemoteTestUtils.h b/unittests/Process/gdb-remote/GDBRemoteTestUtils.h index cc17422049bc..90f95932c642 100644 --- a/unittests/Process/gdb-remote/GDBRemoteTestUtils.h +++ b/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 { |