Michelson: remove a spurious rule

This should have been removed when floats were removed from the
language.
This commit is contained in:
Grégoire Henry 2017-08-19 12:13:13 +02:00
parent 0585be23a5
commit 777ff19dcd

View File

@ -926,14 +926,6 @@ Timestamp immediates can be obtained by the `NOW` operation, or
retrieved from script parameters or globals. The only valid operations
are the addition of a (positive) number of seconds and the comparison.
* `ADD`
Increment / decrement a timestamp of the given number of seconds.
:: timestamp : float : 'S -> timestamp : 'S
> ADD ; C / t : period : S => [FAIL] iff period < 0
> ADD ; C / t : period : S => C / (t + period seconds) : S
* `ADD`
Increment / decrement a timestamp of the given number of seconds.