summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/src/mimcmd_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CmdLine/src/mimcmd_data.h')
-rw-r--r--plugins/CmdLine/src/mimcmd_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_data.h b/plugins/CmdLine/src/mimcmd_data.h
index 9379af70a5..0cea4b2ac1 100644
--- a/plugins/CmdLine/src/mimcmd_data.h
+++ b/plugins/CmdLine/src/mimcmd_data.h
@@ -35,7 +35,6 @@ typedef char TArgument[ARGUMENT_SIZE];
struct TReply{
int code;
char message[REPLY_SIZE];
- static const int cMessage = REPLY_SIZE;
};
typedef TReply *PReply;