Skip to content

Commit e72aad9

Browse files
committed
Remove all-bits from option help text, isn't supported.
1 parent 71822cb commit e72aad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,6 @@ gb_internal int print_show_help(String const arg0, String command, String option
26802680
print_usage_line(3, "-integer-division-by-zero:trap Trap on division/modulo/remainder by zero");
26812681
print_usage_line(3, "-integer-division-by-zero:zero x/0 == 0 and x%%0 == x and x%%%%0 == x");
26822682
print_usage_line(3, "-integer-division-by-zero:self x/0 == x and x%%0 == 0 and x%%%%0 == 0");
2683-
print_usage_line(3, "-integer-division-by-zero:all-bits x/0 == ~T(0) and x%%0 == x and x%%%%0 == x");
26842683
}
26852684
}
26862685

0 commit comments

Comments
 (0)