summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2016-10-12 12:49:17 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2016-10-12 12:49:17 -0700
commit8ed69e853f249e71c7b1f8f24b0297f2473d1e31 (patch)
treef8ba8b26af02f7c764cc8c5ce9f943f6929dcc6c
parent7bb537eca58bf0428c6185e061ca094a5ef9b3b4 (diff)
Remove the --allow-unknown-types flag from USAGE
The flag is no longer used since the bindgen rewrite.
-rwxr-xr-xsrc/bin/bindgen.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/bindgen.rs b/src/bin/bindgen.rs
index 1b9d4806..b8827af2 100755
--- a/src/bin/bindgen.rs
+++ b/src/bin/bindgen.rs
@@ -60,9 +60,6 @@ Options:
--no-type-renaming Don't rename types.
- --allow-unknown-types Don't fail if we encounter types we do not
- support, instead treat them as void
-
--emit-clang-ast Output the ast (for debugging purposes)
--use-msvc-mangling Handle MSVC C++ ABI mangling; requires that