From: Stefan Behnel Date: Mon, 15 Nov 2010 22:12:31 +0000 (+0100) Subject: removed unused code X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c288d086e5d9be45e821a17f49fb33c33122114;p=cython.git removed unused code --- diff --git a/Cython/Compiler/Symtab.py b/Cython/Compiler/Symtab.py index fa20a39c..772f2a6a 100644 --- a/Cython/Compiler/Symtab.py +++ b/Cython/Compiler/Symtab.py @@ -1381,9 +1381,6 @@ class ClassScope(Scope): self.class_name = name self.doc = None - def add_string_const(self, value, identifier = False): - return self.outer_scope.add_string_const(value, identifier) - def lookup(self, name): entry = Scope.lookup(self, name) if entry: