Fix NetBSD build for r343409
authorPavel Labath <pavel@labath.sk>
Sun, 30 Sep 2018 16:12:09 +0000 (16:12 +0000)
committerPavel Labath <pavel@labath.sk>
Sun, 30 Sep 2018 16:12:09 +0000 (16:12 +0000)
Forgot to remove the method declaration from the header.

llvm-svn: 343411

lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h

index dc702d9..64d85b2 100644 (file)
@@ -112,7 +112,6 @@ private:
   void MonitorSIGTRAP(lldb::pid_t pid);
   void MonitorSignal(lldb::pid_t pid, int signal);
 
-  Status GetSoftwareBreakpointPCOffset(uint32_t &actual_opcode_size);
   Status FixupBreakpointPCAsNeeded(NativeThreadNetBSD &thread);
   Status PopulateMemoryRegionCache();
   void SigchldHandler();