diff -r 8cdda00a45da -r 04da681812a9 commondrm/drmutility/src/DrmUiHandlingImpl.cpp --- a/commondrm/drmutility/src/DrmUiHandlingImpl.cpp Wed Apr 14 16:15:06 2010 +0300 +++ b/commondrm/drmutility/src/DrmUiHandlingImpl.cpp Tue Apr 27 16:56:11 2010 +0300 @@ -3828,21 +3828,8 @@ KDRMUtilityDebugPanicCode ) ); _LIT( KMarker, "\x00" ); - RPointerArray uriList; TPtr ptr( NULL, 0 ); - TInt localId( 0 ); - TInt err( KErrNone ); - - TRAP( err, iOmaClient.GetDBEntriesL( *aUrl, uriList ) ); - - if ( uriList.Count() == 1 ) - { - localId = ( uriList[0] )->iUniqueID; - } - - uriList.ResetAndDestroy(); - uriList.Close(); // MaxInt will fit into 10 characters HBufC* localIDBuf( HBufC::NewLC( KIntegerMaxLen ) );