From abc26a8124af32551831e7b00b1902a0e71dc1e7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 6 Apr 2013 18:18:35 +0200 Subject: [PATCH] Remove a no longer relevant TODO. --- server.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server.cpp b/server.cpp index d894bd1..2f3f4c0 100644 --- a/server.cpp +++ b/server.cpp @@ -252,7 +252,6 @@ void Server::process_client(Client *client) break; } default: - // TODO assert(false); } } -- 2.39.2