--- trunk/escript/src/Data.h 2007/04/13 01:26:22 1091 +++ trunk/escript/src/Data.h 2007/04/13 03:39:49 1092 @@ -1388,10 +1388,6 @@ // pointer to the actual data object boost::shared_ptr m_data; - // - // pointer to the internal profiling data - struct profDataEntry *profData; - }; template @@ -1611,9 +1607,6 @@ EsysAssert((leftC!=0 && rightC!=0), "Programming error - casting to DataConstant."); escript::binaryOp(*leftC,*rightC,operation); } - #if defined DOPROF - profData->binary++; - #endif } /**