event/Loop: remove the dummy constructor argument

This commit is contained in:
Max Kellermann
2014-02-04 23:56:24 +01:00
parent ad7f2b2aec
commit 4a28333039
8 changed files with 8 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ main(int argc, char **argv)
/* initialize the core */
EventLoop loop((EventLoop::Default()));
EventLoop loop;
/* initialize neighbor plugins */