summaryrefslogtreecommitdiff
path: root/compiler/Main.ml
diff options
context:
space:
mode:
authorSon Ho2024-04-03 17:49:00 +0200
committerSon Ho2024-04-03 17:49:00 +0200
commite9bbac75812ef556585f14b72239133619cf1748 (patch)
treee45aaa678e0ac91b786ac3cf9accd2af6ab5260c /compiler/Main.ml
parentf4a89caad1459f2f72295c5baa284fe1f9b4c39f (diff)
Update the initial configuration
Diffstat (limited to 'compiler/Main.ml')
-rw-r--r--compiler/Main.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/Main.ml b/compiler/Main.ml
index 64d8ae2b..db200f37 100644
--- a/compiler/Main.ml
+++ b/compiler/Main.ml
@@ -120,9 +120,6 @@ let () =
Arg.Set use_nested_tuple_projectors,
" Use nested projectors for tuples (e.g., (0, 1).snd.fst instead of \
(0, 1).1)." );
- ( "-ext-name-pats",
- Arg.Set extract_external_name_patterns,
- " Generate name patterns for the external definitions we find." );
]
in