summaryrefslogtreecommitdiff
path: root/emulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulator.cpp')
-rw-r--r--emulator.cpp1
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;