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

Feature #1739: Remove unused var

This commit is contained in:
Carlos Martín 2013-02-14 11:14:24 +01:00
parent 6de3545710
commit 4b9d2a4926

View File

@ -248,7 +248,6 @@ int HostPool::discover_cb(void * _set, int num, char **values, char **names)
set<int> * discovered_hosts;
string im_mad;
int hid;
int rc;
discovered_hosts = static_cast<set<int> *>(_set);