diff options
| author | Maxime Dénès | 2017-11-06 11:22:39 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-06 11:22:39 +0100 |
| commit | dc6f4b07c38b416b1771bf7436af9303f25f0c1e (patch) | |
| tree | c02a44b299fbf5f534477229d9db7feaebfe754a /intf | |
| parent | c757ec96e2f281e618c297ffc6098aacf1e3f399 (diff) | |
| parent | 3e5ba8bb1188e9c0f59c04bd0e8fa7c9ff5bc52b (diff) | |
Merge PR #6063: Finish removing Show Goal uid
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml index ea412a7d6a..9aef4b1312 100644 --- a/intf/vernacexpr.ml +++ b/intf/vernacexpr.ml @@ -39,7 +39,6 @@ type goal_reference = | OpenSubgoals | NthGoal of int | GoalId of Id.t - | GoalUid of goal_identifier type printable = | PrintTables |
