(force): Remove unused local variable.

This commit is contained in:
Ron Koenderink 2007-07-19 01:15:15 +00:00
parent 7dd8b8a305
commit 4926fbfdac

View file

@ -39,8 +39,6 @@
int
force(void)
{
int seconds;
if (shutdown_pending) {
pr("Shutdown is pending\n");
return RET_FAIL;