http://hg.viff.dk/viff/rev/295772b6b49a
changeset: 1152:295772b6b49a
user:      Martin Geisler <[email protected]>
date:      Fri Mar 27 15:30:06 2009 +0100
summary:   Removed unnecessary global statement.

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
viff/prss.py |    3 +--

diffs (19 lines):

diff -r 56f0b5a1b41e -r 295772b6b49a viff/prss.py
--- a/viff/prss.py      Fri Mar 27 15:28:23 2009 +0100
+++ b/viff/prss.py      Fri Mar 27 15:30:06 2009 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2007, 2008 VIFF Development Team.
+# Copyright 2007, 2008, 2009 VIFF Development Team.
 #
 # This file is part of VIFF, the Virtual Ideal Functionality Framework.
 #
@@ -76,7 +76,6 @@
     The conversion is done for player *j* (out of *n*) and will be
     done over *field*.
     """
-    global _f_in_j_cache
     result = 0
     all = frozenset(range(1, n+1))
     for subset, share in rep_shares:
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to