Skip to content

Remove duplicate no-built-in-assertions help output #5992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/analyses/goto_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void goto_check(
" --nan-check check floating-point for NaN\n" \
" --enum-range-check checks that all enum type expressions have values in the enum range\n" /* NOLINT(whitespace/line_length) */ \
" --pointer-primitive-check checks that all pointers in pointer primitives are valid or null\n" /* NOLINT(whitespace/line_length) */ \
" --no-built-in-assertions ignore assertions in built-in library\n" \
" --retain-trivial-checks include checks that are trivially true\n" \
" --error-label label check that label is unreachable\n" \
" --no-built-in-assertions ignore assertions in built-in library\n" \
Expand Down