diff options
Diffstat (limited to 'nxcomp/src/GenericReply.h')
-rw-r--r-- | nxcomp/src/GenericReply.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nxcomp/src/GenericReply.h b/nxcomp/src/GenericReply.h index e899b8467..2b352357f 100644 --- a/nxcomp/src/GenericReply.h +++ b/nxcomp/src/GenericReply.h @@ -83,7 +83,6 @@ class GenericReplyMessage : public Message private: unsigned char byte_data; - unsigned int int_data[6]; unsigned short short_data[12]; }; |