From: Stefan Behnel Date: Sun, 14 Dec 2008 09:56:21 +0000 (+0100) Subject: cleanup X-Git-Tag: 0.11-beta~133 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e353333adde40214038a6daa0a0031044143567;p=cython.git cleanup --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index cffc0b6a..3af00222 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -447,7 +447,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): code.putln("") code.putln(" #define PyBUF_SIMPLE 0") code.putln(" #define PyBUF_WRITABLE 0x0001") - code.putln(" #define PyBUF_LOCK 0x0002") code.putln(" #define PyBUF_FORMAT 0x0004") code.putln(" #define PyBUF_ND 0x0008") code.putln(" #define PyBUF_STRIDES (0x0010 | PyBUF_ND)")