From 623e8b86af8d8b34589478f7c85de49054e07a6d Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 2 Jul 2011 17:21:37 +0100 Subject: [PATCH] Removed some unused local variables. --- Python/marshal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/marshal.c b/Python/marshal.c index 396e05c638..76d5690438 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. -- 2.40.0