summaryrefslogtreecommitdiff
path: root/compiler/Main.ml
diff options
context:
space:
mode:
authorSon HO2024-04-04 10:29:36 +0200
committerGitHub2024-04-04 10:29:36 +0200
commit88cb18c614819f4abba1e0dfdb80c455d334d595 (patch)
tree4a5790e8634b63619304e87377c4d6199fa149b0 /compiler/Main.ml
parentebf2ba2fda2a5f8e0a63f4cb6761291c9b501fab (diff)
parente9bbac75812ef556585f14b72239133619cf1748 (diff)
Merge pull request #108 from AeneasVerif/son/ext-names
Update the initial configuration
Diffstat (limited to '')
-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