diff -r 03808033c9a2 -r 3785f754ee62 upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp Wed Aug 18 10:02:50 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp Fri Sep 17 08:31:21 2010 +0300 @@ -624,7 +624,7 @@ // TBool UpnpCdUtils::ValidateDateL( TPtrC8 aValue ) { - TBool wrong = 0; + /* TBool wrong = 0; TInt dateLength = aValue.Length(); @@ -824,7 +824,7 @@ { return EFalse; } - +*/ return ETrue; }