changeset 259 | 57b9594f5772 |
parent 0 | a41df078684a |
child 257 | 3e88ff8f41d5 |
--- a/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Thu Sep 02 21:54:16 2010 +0300 @@ -61,8 +61,6 @@ */ void DoCancel() { - LOG_FUNC - iClientDriver.EndpointStatusNotifyCancel(); } @@ -75,8 +73,6 @@ of an endpoint. */ { - LOG_FUNC - TUint epMask = iEpMask; if(iStatus.Int() != KErrNone) @@ -121,8 +117,6 @@ */ TInt RunError(TInt aError) { - LOG_FUNC - return KErrNone; }