summaryrefslogtreecommitdiff
path: root/compiler/Main.ml
diff options
context:
space:
mode:
authorEscherichia2024-04-04 11:42:03 +0200
committerEscherichia2024-04-04 11:42:03 +0200
commitb041b2eb7f1d03b815b4726b3aa0a7aa98124b4d (patch)
tree736a81fba2211cf4bf1c60bec858a4011f51d9d5 /compiler/Main.ml
parentcc0b77e4b75990916e331e9ff5c26c912341b13d (diff)
parent88cb18c614819f4abba1e0dfdb80c455d334d595 (diff)
Merge remote-tracking branch 'origin/main' into escherichia/error_catching
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