mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
M #-: Removed unused variable (#1690)
(cherry picked from commit 2ea36e99888f9ac1705d989bab4e4c302918e2e3)
This commit is contained in:
parent
a457b13b0b
commit
ab2d9e7289
@ -328,7 +328,7 @@ time_t SchedAction::get_time(time_t stime)
|
||||
|
||||
bool SchedAction::is_due(time_t stime)
|
||||
{
|
||||
time_t action_time, done_time, origin = 0;
|
||||
time_t action_time, done_time;
|
||||
int repeat;
|
||||
|
||||
bool has_done = vector_value("DONE", done_time) == 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user