Skip to content

Commit 2b5ea24

Browse files
authored
Merge pull request #5992 from tautschnig/duplicate-help-string
Remove duplicate no-built-in-assertions help output
2 parents c0ea367 + 72d84b8 commit 2b5ea24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analyses/goto_check.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ void goto_check(
6060
" --nan-check check floating-point for NaN\n" \
6161
" --enum-range-check checks that all enum type expressions have values in the enum range\n" /* NOLINT(whitespace/line_length) */ \
6262
" --pointer-primitive-check checks that all pointers in pointer primitives are valid or null\n" /* NOLINT(whitespace/line_length) */ \
63-
" --no-built-in-assertions ignore assertions in built-in library\n" \
6463
" --retain-trivial-checks include checks that are trivially true\n" \
6564
" --error-label label check that label is unreachable\n" \
6665
" --no-built-in-assertions ignore assertions in built-in library\n" \

0 commit comments

Comments
 (0)