Outdated comment
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 2 May 2009 20:34:07 +0000 (22:34 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 2 May 2009 20:34:07 +0000 (22:34 +0200)
Cython/Compiler/Buffer.py

index 96e619210a092d8fcd0a38bb2ff9192922d1b88a..c6967a260e33a72b3c5d52b58bc2339b914d2f61 100644 (file)
@@ -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: