(powe): Remove unused local variable.

Remove CR's.
This commit is contained in:
Ron Koenderink 2006-07-13 21:17:00 +00:00
parent d413884a37
commit 911a553a65

View file

@ -34,10 +34,10 @@
* Markus Armbruster, 2006 * Markus Armbruster, 2006
*/ */
#include <config.h> #include <config.h>
#ifdef _WIN32 #ifdef _WIN32
#include <io.h> #include <io.h>
#endif #endif
#include "commands.h" #include "commands.h"
@ -63,7 +63,6 @@ int
powe(void) powe(void)
{ {
struct natstr *natp; struct natstr *natp;
int round_flag;
time_t pow_time; time_t pow_time;
struct nstr_item ni; struct nstr_item ni;
struct powstr pow; struct powstr pow;