]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: remove duplicate check in index.add
authorClaudio Bley <cbley@av-test.de>
Mon, 7 Jan 2013 10:03:39 +0000 (11:03 +0100)
committerClaudio Bley <cbley@av-test.de>
Tue, 8 Jan 2013 10:45:47 +0000 (11:45 +0100)
docs/apibuild.py

index e73a85d69b7a1d68e35d37a88effe4cb4705c152..7b336b3d5de72fd6c4f359f1e902789eaf87f84d 100755 (executable)
@@ -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":