mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Removed unused variable (#1690)
This commit is contained in:
parent
22e65c5313
commit
2ea36e9988
@ -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