diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/declare.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/declare.ml b/library/declare.ml index 8f0ce9eb2c..7f42a747ed 100644 --- a/library/declare.ml +++ b/library/declare.ml @@ -146,7 +146,6 @@ let discharged_hyps kn sechyps = let discharge_constant ((sp, kn), obj) = let con = constant_of_kn kn in - let from = Global.lookup_constant con in let modlist = replacement_context () in let hyps,subst,uctx = section_segment_of_constant con in |
