summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-26 21:14:26 +0800
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-26 21:14:26 +0800
commit5116efa1caf61d93ecabc82160f3cf1d3f515bb3 (patch)
tree0cc23ef0f0ffbab0bd125a41242806e8fc58a51c /Python/ast.c
parent1aa611b27b5c6aca69579e7e873bb2ddddb1a2fc (diff)
parent75dec45567f0585bd2360c241525284972ce8e4a (diff)
downloadcpython-5116efa1caf61d93ecabc82160f3cf1d3f515bb3.tar.gz
merge from 3.2
Diffstat (limited to 'Python/ast.c')
-rw-r--r--Python/ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ast.c b/Python/ast.c
index 2ee2186198..5b12da80f2 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -3232,7 +3232,6 @@ decode_unicode(struct compiling *c, const char *s, size_t len, int rawmode, cons
const char *end;
if (encoding == NULL) {
- buf = (char *)s;
u = NULL;
} else {
/* check for integer overflow */