From 0b9c2b5eb1b604cd76d9252e8e9628df731ea572 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 17 Apr 2010 14:32:52 +0200 Subject: [PATCH] removed refactoring leftover --- flask.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flask.py b/flask.py index 18e4a446..93d1dd9a 100644 --- a/flask.py +++ b/flask.py @@ -325,7 +325,6 @@ class Flask(object): :param context: the context as a dictionary that is updated in place to add extra variables. """ - reqctx = _request_ctx_stack.top for func in self.template_context_processors: context.update(func())