Removed unused var
diff --git a/Python/marshal.c b/Python/marshal.c
index facfa1c..08e2818 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -508,7 +508,7 @@
 {
 	/* NULL is a valid return value, it does not necessarily means that
 	   an exception is set. */
-	PyObject *v, *v2, *v3;
+	PyObject *v, *v2;
 	long i, n;
 	int type = r_byte(p);
 	PyObject *retval;