of14: Remove supruious comment from OFPPropBase

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Simon Horman 2014-02-22 10:09:28 +09:00 committed by FUJITA Tomonori
parent 6dd0f63414
commit 5800214d16

View File

@ -776,7 +776,6 @@ class OFPPropBase(StringifyMixin):
@classmethod
def parse(cls, buf):
(type_, length) = struct.unpack_from(cls._PACK_STR, buf, 0)
# needs
rest = buf[utils.round_up(length, 8):]
try:
subcls = cls._TYPES[type_]