diff options
author | Oxore <oxore@protonmail.com> | 2022-09-25 22:58:55 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-09-25 22:58:55 +0300 |
commit | ae7fd23ec342bd627dcc998667b89249e25aaf4c (patch) | |
tree | c5bc57c2ce5f5e6ec5d4552b4dab7eacfd5b6ad4 | |
parent | 9718714f1f17624a07bf1ee7bec5abb580e5e4a4 (diff) |
Remove outdated TODO
-rw-r--r-- | emulator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulator.cpp b/emulator.cpp index ceb4217..9d09626 100644 --- a/emulator.cpp +++ b/emulator.cpp @@ -109,7 +109,6 @@ static std::string CreateResponse( const GDBRemote::Packet& packet) { using namespace GDBRemote; - // TODO use switch-case switch (packet.type) { case PacketType::kNone: break; |