From 2f79ca16ec263af2e9c602f8e261216a35d07ffd Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Sat, 2 May 2009 22:34:07 +0200 Subject: [PATCH] Outdated comment --- Cython/Compiler/Buffer.py | 6 ------ 1 file changed, 6 deletions(-) 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: -- 2.26.2