diff -r a5deb6b96675 -r 63cf70d3ecd8 mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h --- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h Thu Sep 02 21:21:26 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h Fri Sep 17 08:34:51 2010 +0300 @@ -27,7 +27,6 @@ #include #include #include "cmtprequestchecker.h" -#include "mtpdebug.h" class MMTPConnection; class TMTPTypeRequest; @@ -194,10 +193,6 @@ TMTPResponseCode iResponseCode; // contains response from CheckRequestL call RBuf8 iNullBuffer; // buffer to receive data from discarded data phase TMTPTypeNull iNull; - /** - FLOGGER debug trace member variable. - */ - __FLOG_DECLARATION_MEMBER_MUTABLE; }; #endif // __CMTPREQUESTPROCESSOR_H__