From 97fca357cab911b92e4f2137fe9e05c028495dfb Mon Sep 17 00:00:00 2001 From: Aritra Sarkar Date: Sun, 3 Jul 2022 09:51:10 +0530 Subject: [PATCH] Remove an incorrect TODO --- common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common.h b/common.h index 47dd4bc..bfe0671 100644 --- a/common.h +++ b/common.h @@ -36,11 +36,6 @@ typedef enum { SND_KEY /* Sending session key to server */ } SendCode; -/* - * TODO: We only need RES_ERROR and RES_CONFIRM in ResponseCode; - * everything else are redundant - */ - typedef enum { RES_NORMAL=0, /* Normal group messages */ RES_JOIN, /* User joins */ -- 2.45.2