diff options
-rw-r--r-- | include/device_proto.h | 2 |
1 files changed, 0 insertions, 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."); } |