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())