diff options
Diffstat (limited to 'src/core/debugger/gdbstub.h')
| -rw-r--r-- | src/core/debugger/gdbstub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h index aa1f7de6c..1bb638187 100644 --- a/src/core/debugger/gdbstub.h +++ b/src/core/debugger/gdbstub.h | |||
| @@ -34,7 +34,6 @@ private: | |||
| 34 | std::optional<std::string> DetachCommand(); | 34 | std::optional<std::string> DetachCommand(); |
| 35 | Kernel::KThread* GetThreadByID(u64 thread_id); | 35 | Kernel::KThread* GetThreadByID(u64 thread_id); |
| 36 | 36 | ||
| 37 | static u8 CalculateChecksum(std::string_view data); | ||
| 38 | void SendReply(std::string_view data); | 37 | void SendReply(std::string_view data); |
| 39 | void SendStatus(char status); | 38 | void SendStatus(char status); |
| 40 | 39 | ||