source/loop.c: drop redundant context arguments
commit8029aa6cc65d971bbc5703526ea8cc4ee5a57173
authorSven Verdoolaege <sven@cs.kuleuven.be>
Sat, 26 Dec 2009 16:37:13 +0000 (26 16:37 +0000)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Dec 2009 20:07:53 +0000 (29 21:07 +0100)
tree2180c62bef07b3c6638ff53a62693846f203113a
parent2be18ecc7d7abcf0a0694625d901dfe629f8854b
source/loop.c: drop redundant context arguments

The context is only needed to restrict the domains, so
there is no need to carry the context around after this restriction
has been performed.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/loop.c