ofproto_v1_5: Reduce an unnecessary code

Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Minoru TAKAHASHI 2016-03-10 13:22:12 +09:00 committed by FUJITA Tomonori
parent 2f1500cc37
commit 7316f86034

View File

@ -2814,7 +2814,6 @@ class OFPGroupDescStats(StringifyMixin):
self.length = length
self.type = type_
self.group_id = group_id
self.bucket_array_len = bucket_array_len
self.buckets = buckets
self.properties = properties