From d841239bc9ece1ce969c293783219cceb001fc67 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Thu, 10 Nov 2016 18:32:39 +0100 Subject: Fix compilation G++6 error Signed-off-by: Szczepan Zalega --- include/device_proto.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/device_proto.h b/include/device_proto.h index 7316dc8..cde1d51 100644 --- a/include/device_proto.h +++ b/include/device_proto.h @@ -134,8 +134,6 @@ namespace nitrokey { } __packed; struct EmptyPayload { - uint8_t _data[]; - bool isValid() const { return true; } std::string dissect() const { return std::string("Empty Payload."); } -- cgit v1.2.1