diff options
Diffstat (limited to 'js/IntegerOp/INTMUL.js')
-rw-r--r-- | js/IntegerOp/INTMUL.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/IntegerOp/INTMUL.js b/js/IntegerOp/INTMUL.js index 5bdb6a8e..448639c2 100644 --- a/js/IntegerOp/INTMUL.js +++ b/js/IntegerOp/INTMUL.js @@ -35,7 +35,6 @@ function INTMUL() { var ok = true; this.Datatype = arguments[0]["Datatype"]; this.np = arguments[0]["np"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |