diff options
-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; |