Remove harmless, but superfluous local change that creeped in along

with the r241649.
This commit is contained in:
Maxim Sobolev 2012-10-17 21:26:35 +00:00
parent 3aaf0159dd
commit 8675ac22d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241651

View File

@ -176,7 +176,6 @@ typedef struct _entry {
#define WHEN_REBOOT 0x04
#define RUN_AT 0x08
#define NOT_UNTIL 0x10
#define SECONDS_COUNT 0x20
time_t lastrun;
} entry;