diff options
| author | Pierre-Marie Pédrot | 2017-12-06 18:02:56 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-12-06 18:04:10 +0100 |
| commit | 7ced1ba0e6bf47efd75a4c7c607a99bc1198f4f3 (patch) | |
| tree | 0dc68b5c4dc7053d112668bf2a48d09f8ca78ee5 /pretyping/reductionops.mli | |
| parent | 866b449c497933a3ab1185c194d8d33a86c432f2 (diff) | |
Getting rid of the Update constructor in Reductionops.
This was dead code, probably due to the fact it was once shared with the
kernel stack type.
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index c6c55209e7..34fdbe8583 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -82,7 +82,6 @@ module Stack : sig | Fix of ('a, 'a) pfixpoint * 'a t * Cst_stack.t | Cst of cst_member * int (** current foccussed arg *) * int list (** remaining args *) * 'a t * Cst_stack.t - | Update of 'a and 'a t = 'a member list val pr : ('a -> Pp.t) -> 'a t -> Pp.t |
