diff -r 7fdc9a71d314 -r 8ad140f3dd41 analyzetool/commandlineengine/src/atool.cpp --- a/analyzetool/commandlineengine/src/atool.cpp Wed Sep 15 13:53:27 2010 +0300 +++ b/analyzetool/commandlineengine/src/atool.cpp Wed Oct 13 16:17:58 2010 +0300 @@ -207,12 +207,6 @@ cout << AT_MSG << "Error, " << args.PARSE.sDataFile << " is already parsed." << endl; return AT_RETURN_CODE::INVALID_ARGUMENT_ERROR; } - else if( CATBase::IsBinaryLogFile( args.PARSE.sDataFile ) ) - { - cout << AT_MSG << "Error, " << args.PARSE.sDataFile << " is binary log file." << endl; - return AT_RETURN_CODE::INVALID_ARGUMENT_ERROR; - } - if ( args.PARSE.bOutputFile ) { //Save data with name in arguments[3]