diff -r 301aeb18ae47 -r b47b808de481 hotspotfw/hsserver/inc/am_debug.h --- a/hotspotfw/hsserver/inc/am_debug.h Fri Sep 17 08:35:49 2010 +0300 +++ b/hotspotfw/hsserver/inc/am_debug.h Mon Oct 04 02:07:04 2010 +0300 @@ -34,7 +34,6 @@ public: static inline void PrintBuffer( TUint aLength, const TUint8* aData ); static inline void PrintString( const TDesC& aString, TUint aLength, const TUint8* aData ); - static inline void PrintTimestamp( const TDesC& aString ); }; #define DEBUG(a) RDebug::Print(_L(a))