mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 04:40:09 +01:00
Remove unused variable
Signed-off-by: Robert Knutsson <zybreak@gmail.com>
This commit is contained in:
parent
c70aba5cc6
commit
2810fd1d54
1 changed files with 0 additions and 1 deletions
|
|
@ -294,7 +294,6 @@ class ListType(Type):
|
|||
self.is_list = True
|
||||
self.member = member
|
||||
self.parents = list(parent)
|
||||
lenfield_name = False
|
||||
|
||||
if elt.tag == 'list':
|
||||
elts = list(elt)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue