]> git.ipfire.org Git - thirdparty/coreutils.git/commit
timeout: remove a redundant assignment
authorPádraig Brady <P@draigBrady.com>
Mon, 31 Aug 2009 18:28:28 +0000 (19:28 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 1 Sep 2009 10:07:15 +0000 (11:07 +0100)
commit8f7d8e3bc35f2dbe535717008e6dc0a503afd03f
tree55535fa4ec0fa499ad424fcad78a4df06d8101dd
parent0b1dcf33f5b9d0102b852a361135462708408a71
timeout: remove a redundant assignment

* src/timeout.c (main): While keeping argc and argv in
sync may be marginally useful, it is redundant to update argc,
so just remove that to suppress the clang warning.
src/timeout.c