From: Dag Sverre Seljebotn Date: Sat, 26 Jul 2008 15:24:15 +0000 (+0200) Subject: Removed some dead transform-approach buffer code X-Git-Tag: 0.9.8.1~49^2~64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9f930fcfebbc8aa212a06291d48953fcbb1e942a;p=cython.git Removed some dead transform-approach buffer code --- diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py index 4c4a0043..27b391a3 100755 --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@ -368,7 +368,7 @@ def create_default_pipeline(context, options, result): from ParseTreeTransforms import CreateClosureClasses, MarkClosureVisitor, DecoratorTransform from Optimize import FlattenInListTransform, SwitchTransform, OptimizeRefcounting from CodeGeneration import AnchorTemps - from Buffer import BufferTransform, IntroduceBufferAuxiliaryVars + from Buffer import IntroduceBufferAuxiliaryVars from ModuleNode import check_c_classes def printit(x): print x.dump() return [