1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Remove useless void casts from tr(1).

This commit is contained in:
Jonas 'Sortie' Termansen 2016-09-12 20:16:11 +02:00
parent 057bd25898
commit a3bc570c1e

View file

@ -562,9 +562,6 @@ int main(int argc, char* argv[])
compact_arguments(&argc, &argv);
(void) flag_delete;
(void) flag_squeeze;
if ( argc <= 1 )
error(1, 0, "missing operand");
const char* string_1 = argv[1];