diff options
| author | Emilio Jesus Gallego Arias | 2018-12-04 17:18:40 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-12-04 17:18:40 +0100 |
| commit | 12e99660de15f6f6c6d78344cf48b16f46032f0a (patch) | |
| tree | 64ed51d01ca9cef30dcfcbe61626c687bc93f4ea /lib/coqProject_file.mli | |
| parent | a7f13c1c3b8ff86ec68a107937e720b80e09d520 (diff) | |
| parent | 54b96940073aa1506dd6d4ed0fe8277c6360ef54 (diff) | |
Merge PR #9127: Remove leftover code that used to handle ml4 files.
Diffstat (limited to 'lib/coqProject_file.mli')
| -rw-r--r-- | lib/coqProject_file.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coqProject_file.mli b/lib/coqProject_file.mli index 20b276ce8c..39c5d019d0 100644 --- a/lib/coqProject_file.mli +++ b/lib/coqProject_file.mli @@ -22,7 +22,6 @@ type project = { v_files : string sourced list; mli_files : string sourced list; - ml4_files : string sourced list; mlg_files : string sourced list; ml_files : string sourced list; mllib_files : string sourced list; |
