Remove unused constants from QNAP (#109152)

This commit is contained in:
Jan Rieger 2024-01-31 05:48:22 +01:00 committed by GitHub
parent 9c22226fed
commit 54b08ea675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,6 @@ ATTR_MASK = "Mask"
ATTR_MAX_SPEED = "Max Speed" ATTR_MAX_SPEED = "Max Speed"
ATTR_MEMORY_SIZE = "Memory Size" ATTR_MEMORY_SIZE = "Memory Size"
ATTR_MODEL = "Model" ATTR_MODEL = "Model"
ATTR_PACKETS_TX = "Packets (TX)"
ATTR_PACKETS_RX = "Packets (RX)"
ATTR_PACKETS_ERR = "Packets (Err)" ATTR_PACKETS_ERR = "Packets (Err)"
ATTR_SERIAL = "Serial #" ATTR_SERIAL = "Serial #"
ATTR_TYPE = "Type" ATTR_TYPE = "Type"