(powe): Remove unused local variable.
Remove CR's.
This commit is contained in:
parent
d413884a37
commit
911a553a65
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue