Author: martin.v.loewis
Date: Sat Aug 11 23:58:46 2007
New Revision: 56936

Modified:
   python/branches/py3k/Python/ast.c
Log:
Remove obsolete ifdef.

Modified: python/branches/py3k/Python/ast.c
==============================================================================
--- python/branches/py3k/Python/ast.c   (original)
+++ python/branches/py3k/Python/ast.c   Sat Aug 11 23:58:46 2007
@@ -3112,7 +3112,6 @@
     return v;
 }
 
-#ifdef Py_USING_UNICODE
 static PyObject *
 decode_unicode(const char *s, size_t len, int rawmode, const char *encoding)
 {
@@ -3175,7 +3174,6 @@
     Py_XDECREF(u);
     return v;
 }
-#endif
 
 /* s is a Python string literal, including the bracketing quote characters,
  * and r &/or u prefixes (if any), and embedded escape sequences (if any).
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to