From: Dag Sverre Seljebotn Date: Sun, 20 Jul 2008 13:47:55 +0000 (+0200) Subject: Fixing commit error X-Git-Tag: 0.9.8.1~49^2~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e6e24a2923f3393f10a8b5bfc675d66b6e43e61;p=cython.git Fixing commit error --- diff --git a/Cython/Compiler/Buffer.py b/Cython/Compiler/Buffer.py index 4b1d630e..85dc014e 100644 --- a/Cython/Compiler/Buffer.py +++ b/Cython/Compiler/Buffer.py @@ -208,7 +208,6 @@ class BufferTransform(CythonTransform): # Preserve first assignment info on LHS if node.first: # TODO: Prettier code - print acq.stats[4].dump() acq.stats[4].first = True del acq.stats[0] del acq.stats[0]