From 7c8214f31fd3d83e641067941573ebb89f4f4ddb Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 18 Jan 2019 23:57:04 +0100 Subject: GenericReply.h: remove unused variable --- nxcomp/src/GenericReply.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nxcomp') 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]; }; -- cgit v1.2.3