summaryrefslogtreecommitdiffstats
path: root/Python/marshal.c
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-07-02 16:21:37 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-07-02 16:21:37 (GMT)
commit623e8b86af8d8b34589478f7c85de49054e07a6d (patch)
treed46fbcc68031d8719edefd677367b704c0145a27 /Python/marshal.c
parent5bdae3bb7c7ab9e85453698972fa5fa926f012f3 (diff)
downloadcpython-623e8b86af8d8b34589478f7c85de49054e07a6d.zip
cpython-623e8b86af8d8b34589478f7c85de49054e07a6d.tar.gz
cpython-623e8b86af8d8b34589478f7c85de49054e07a6d.tar.bz2
Removed some unused local variables.
Diffstat (limited to 'Python/marshal.c')
-rw-r--r--Python/marshal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 396e05c..76d5690 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1315,8 +1315,6 @@ marshal_load(PyObject *self, PyObject *f)
{
PyObject *data, *result;
RFILE rf;
- char *p;
- int n;
/*
* Make a call to the read method, but read zero bytes.