1
0
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:
Pavel Czerný 2022-01-10 15:16:45 +01:00 committed by Ruben S. Montero
parent a457b13b0b
commit ab2d9e7289
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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;