Loading...
iokit/Kernel/IOEventSource.cpp xnu-344 xnu-517.9.5
--- xnu/xnu-344/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-517.9.5/iokit/Kernel/IOEventSource.cpp
@@ -54,7 +54,7 @@
         { workLoop->wakeupGate(event, oneThread); }
 
 bool IOEventSource::init(OSObject *inOwner,
-                         Action inAction = 0)
+                         Action inAction)
 {
     if (!inOwner)
         return false;