From 02410b7e36a5bc02a07e9f9661fed672715f09f8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 12 Dec 2011 15:24:20 -0500 Subject: scanner: Remove duplicate declaration of ErrorQuarkFunction --- giscanner/ast.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/giscanner/ast.py b/giscanner/ast.py index b228a561..91faff88 100644 --- a/giscanner/ast.py +++ b/giscanner/ast.py @@ -596,13 +596,6 @@ class ErrorQuarkFunction(Function): self.error_domain = error_domain -class ErrorQuarkFunction(Function): - - def __init__(self, name, retval, parameters, throws, symbol, error_domain): - Function.__init__(self, name, retval, parameters, throws, symbol) - self.error_domain = error_domain - - class VFunction(Callable): def __init__(self, name, retval, parameters, throws): -- cgit v1.2.1