(rm_1): Remove `static' attribute on local `status'.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jan 2006 10:14:19 +0000 (10:14 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jan 2006 10:14:19 +0000 (10:14 +0000)
commit01ab0b79a1fa25557a625757ad37a0f5d74f28ad
tree553b40921afd8bea7798d5c3736e13e3c7a0db34
parentde0f11596dbdff2da73741dd8bfa6190ecd69456
(rm_1): Remove `static' attribute on local `status'.
First off, the attribute should have been `volatile' (not static)
to avoid longjmp-related risk of clobber.  Secondly, now there is
no longer any risk of a local variable being clobbered, so there's
no need for any attribute at all.
src/remove.c