summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-03-31 13:59:52 -0700
committerRaymond Hettinger <python@rcn.com>2011-03-31 13:59:52 -0700
commitd5ce71786a2851c4abc1ab9c80ab36cc39020723 (patch)
tree720a41b1787661f68f707cda7d61ac785ae3e1eb /Python/ast.c
parent50beeaddfcfb07654466431ab9605267707fbe06 (diff)
parentd2b0fe9b2b6abb9b60c0206526ef6f7f2c6b9236 (diff)
downloadcpython-d5ce71786a2851c4abc1ab9c80ab36cc39020723.tar.gz
Fix markup and wording.
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 4edf335c33..e62a2156b7 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -3231,7 +3231,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 */