From 48ff5669a35caa821c0ac8040c8441bc0f66c7a9 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Sat, 10 Oct 2015 04:42:28 -0400 Subject: [PATCH] nits --- tmate-protocol.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmate-protocol.h b/tmate-protocol.h index e27000f1..b44c807a 100644 --- a/tmate-protocol.h +++ b/tmate-protocol.h @@ -4,8 +4,6 @@ /* 17 and not 16 because the sender does not takes into account envelope size */ #define TMATE_MAX_MESSAGE_SIZE (17*1024) -/* TODO document each msg */ - enum tmate_control_out_msg_types { TMATE_CTL_AUTH, TMATE_CTL_DEAMON_OUT_MSG,