Instance: embed EventLoop, no pointer

This commit is contained in:
Max Kellermann
2016-03-05 20:17:47 +01:00
parent ce09379bae
commit b4d594eeff
3 changed files with 15 additions and 21 deletions

View File

@@ -22,7 +22,6 @@
#include "Partition.hxx"
#include "Idle.hxx"
#include "Stats.hxx"
#include "event/Loop.hxx"
#include "util/Error.hxx"
#ifdef ENABLE_DATABASE
@@ -35,12 +34,6 @@
#endif
#endif
void
Instance::Shutdown()
{
event_loop->Break();
}
#ifdef ENABLE_DATABASE
Database *