Loading...
iokit/Kernel/IOPowerConnection.cpp xnu-1228 xnu-792.22.5
--- xnu/xnu-1228/iokit/Kernel/IOPowerConnection.cpp
+++ xnu/xnu-792.22.5/iokit/Kernel/IOPowerConnection.cpp
@@ -176,23 +176,3 @@
 {
     return awaitingAck;
 }
-
-
-// **********************************************************************************
-// setReadyFlag
-//
-// **********************************************************************************
-void IOPowerConnection::setReadyFlag( bool flag )
-{
-	readyFlag = flag;
-}
-
-
-// **********************************************************************************
-// getReadyFlag
-//
-// **********************************************************************************
-bool IOPowerConnection::getReadyFlag( void ) const
-{
-	return readyFlag;
-}