/rev/31da6944a413
changeset: 1274:31da6944a413
user:      Marcel Keller <[email protected]>
date:      Fri Oct 09 11:02:05 2009 +0200
summary:   Removed unused variable.

diffstat:

 viff/aes.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 2fccb0bb9508 -r 31da6944a413 viff/aes.py
--- a/viff/aes.py       Fri Oct 09 11:00:12 2009 +0200
+++ b/viff/aes.py       Fri Oct 09 11:02:05 2009 +0200
@@ -89,7 +89,6 @@
         self.n_b = block_size / 32
         self.rounds = max(self.n_k, self.n_b) + 6
         self.runtime = runtime
-        self.program_counter = runtime.program_counter
 
         if (use_exponentiation is not False):
             if (isinstance(use_exponentiation, int) and
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to