1
0
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:
Pavel Czerný 2022-01-10 15:16:45 +01:00 committed by GitHub
parent 22e65c5313
commit 2ea36e9988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;