Loading...
iokit/Kernel/IOEventSource.cpp xnu-344.26 xnu-792.6.22
--- xnu/xnu-344.26/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-792.6.22/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;