From 6baf76e28b17055fc6e5a6c9560e756d32eaad5d Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 30 Dec 2013 22:32:17 +0000 Subject: py: make closures work. --- py/scope.h | 1 - 1 file changed, 1 deletion(-) (limited to 'py/scope.h') diff --git a/py/scope.h b/py/scope.h index 1231b3cc5..761a4d711 100644 --- a/py/scope.h +++ b/py/scope.h @@ -49,7 +49,6 @@ typedef struct _scope_t { int num_dict_params; */ int num_locals; - int num_cells; int stack_size; uint unique_code_id; uint emit_options; -- cgit v1.2.3