commit | 7a4ea79501b85addf16e2c06ffc835708c5264ad | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Oct 25 13:09:29 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Feb 25 14:40:59 2019 -0800 |
tree | 3759ce8e5262484919b2c2811786d68468770424 | |
parent | 8d6f200c5fdb820eda8e0ed721e465d544209b23 [diff] |
netipmid: Remove unused event references Now that all the provider libraries are only loaded by the main ipmid queue, there are no callers for the event object, so it can be removed. The same goes for the event loop; all users of the sd_event object have been replaced with boost::asio, so it can be removed. Change-Id: Id271c4960a2c5386d6163cc9baecdc368e5e328f Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>