Loading...
--- xnu/xnu-1228/iokit/Kernel/IOPowerConnection.cpp
+++ xnu/xnu-792.21.3/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;
-}