Browse Source

Removing now-useless line

Ian Goldberg 4 years ago
parent
commit
06de8eaa0b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ecgadget.hpp

+ 0 - 1
ecgadget.hpp

@@ -314,7 +314,6 @@ public:
     // Allocate variables to protoboard
     // The strings (like "x") are only for debugging purposes
 	  
-    FieldT minus1(-1);
     size_t numbits = FieldT::num_bits;
     avec.allocate(this->pb, numbits, "a");
     bvec.allocate(this->pb, numbits, "b");