From: Robert Bradshaw Date: Wed, 17 Feb 2010 17:49:17 +0000 (-0800) Subject: remove extraneous file X-Git-Tag: 0.13.beta0~340^2~5^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb4210bed973c765b128a5ea300cc025f1bbfc21;p=cython.git remove extraneous file --- diff --git a/shorter_strings.diff b/shorter_strings.diff deleted file mode 100644 index 3110c917..00000000 --- a/shorter_strings.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 8bff3332e34f Cython/Compiler/Code.py ---- a/Cython/Compiler/Code.py Tue Feb 02 02:10:32 2010 -0800 -+++ b/Cython/Compiler/Code.py Thu Feb 04 19:33:59 2010 -0800 -@@ -667,7 +667,7 @@ - decls_writer = self.parts['decls'] - for _, cname, c in c_consts: - decls_writer.putln('static char %s[] = "%s";' % ( -- cname, c.escaped_value)) -+ cname, StringEncoding.split_docstring(c.escaped_value))) - if c.py_strings is not None: - for py_string in c.py_strings.itervalues(): - py_strings.append((c.cname, len(py_string.cname), py_string))