removed refactoring leftover

This commit is contained in:
Armin Ronacher 2010-04-17 14:32:52 +02:00
parent 74862dcbca
commit 0b9c2b5eb1

View file

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