1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Remove unused variables to clean compilation warnings

(cherry picked from commit 2bb052b12d324d36c4166f8fa6ade697c09c8311)
This commit is contained in:
Carlos Martín 2012-07-05 17:08:43 +02:00
parent dcf1dd1c55
commit 1d1fec2819

View File

@ -323,8 +323,6 @@ void Scheduler::match()
string reqs;
HostXML * host;
int host_memory;
int host_cpu;
char * error;
bool matched;