mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: remove duplicate check in index.add
This commit is contained in:
parent
db2b6861dc
commit
1e8b4b5810
@ -240,8 +240,6 @@ class index:
|
||||
self.includes[name] = d
|
||||
elif type == "struct":
|
||||
self.structs[name] = d
|
||||
elif type == "struct":
|
||||
self.structs[name] = d
|
||||
elif type == "union":
|
||||
self.unions[name] = d
|
||||
elif type == "enum":
|
||||
|
Loading…
x
Reference in New Issue
Block a user