aboutsummaryrefslogtreecommitdiff
path: root/kernel/sign.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sign.ml')
-rw-r--r--kernel/sign.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sign.ml b/kernel/sign.ml
index 0d7168c007..0899cf5e63 100644
--- a/kernel/sign.ml
+++ b/kernel/sign.ml
@@ -70,8 +70,7 @@ let instance_from_section_context sign =
| [] -> [] in
Array.of_list (inst_rec sign)
let instance_from_section_context x =
- if Options.immediate_discharge then [||]
- else instance_from_section_context x
+ instance_from_section_context x
(*s Signatures of ordered optionally named variables, intended to be
accessed by de Bruijn indices *)