summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--giscanner/ast.py7
1 files changed, 0 insertions, 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):