From: Claudio Bley Date: Mon, 7 Jan 2013 10:03:39 +0000 (+0100) Subject: docs: remove duplicate check in index.add X-Git-Tag: v1.0.2-rc1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8b4b58108f26cec7733fee409309d5fc955842;p=thirdparty%2Flibvirt.git docs: remove duplicate check in index.add --- diff --git a/docs/apibuild.py b/docs/apibuild.py index e73a85d69b..7b336b3d5d 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -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":