diff options
Diffstat (limited to 'js/IntegerOp/SHIFT.js')
-rw-r--r-- | js/IntegerOp/SHIFT.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/IntegerOp/SHIFT.js b/js/IntegerOp/SHIFT.js index c7d434a7..25eead3c 100644 --- a/js/IntegerOp/SHIFT.js +++ b/js/IntegerOp/SHIFT.js @@ -38,7 +38,6 @@ function SHIFT() { this.Datatype = arguments[0]["Datatype"]; this.nb = arguments[0]["nb"]; this.np = arguments[0]["np"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |