From: Dag Sverre Seljebotn Date: Sat, 2 May 2009 20:34:07 +0000 (+0200) Subject: Outdated comment X-Git-Tag: 0.11.2.rc1~10^2~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f79ca16ec263af2e9c602f8e261216a35d07ffd;p=cython.git Outdated comment --- diff --git a/Cython/Compiler/Buffer.py b/Cython/Compiler/Buffer.py index 96e61921..c6967a26 100644 --- a/Cython/Compiler/Buffer.py +++ b/Cython/Compiler/Buffer.py @@ -15,12 +15,6 @@ except NameError: import textwrap -# Code cleanup ideas: -# - One could be more smart about casting in some places -# - Start using CCodeWriters to generate utility functions -# - Create a struct type per ndim rather than keeping loose local vars - - def dedent(text, reindent=0): text = textwrap.dedent(text) if reindent > 0: