From 4c7745cd32c44bd3d3697e15d54ed28c1f6dc4f8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 21 Oct 2009 21:54:00 +0200 Subject: [PATCH] cleanup --- Cython/Compiler/ExprNodes.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.26.2