From ae7fd23ec342bd627dcc998667b89249e25aaf4c Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 25 Sep 2022 22:58:55 +0300 Subject: Remove outdated TODO --- emulator.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3