From: Stefan Behnel Date: Wed, 21 Oct 2009 19:54:00 +0000 (+0200) Subject: cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c7745cd32c44bd3d3697e15d54ed28c1f6dc4f8;p=cython.git cleanup --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index da8b6972..8ec30f9f 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -3719,7 +3719,6 @@ class DictNode(ExprNode): is_temp = 1 type = dict_type - type = dict_type obj_conversion_errors = [] def calculate_constant_result(self):