diff -r e26895079d7c -r 7fdc9a71d314 piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp --- a/piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp Wed Sep 15 00:19:18 2010 +0300 +++ b/piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp Wed Sep 15 13:53:27 2010 +0300 @@ -339,7 +339,6 @@ // this chunk has not been tagged yet name.Zero(); c->TraceAppendName(name,false); - const TUint8* ptr = name.Ptr(); TAG(c) = (PROFILER_CHUNK_MARK); this->heapChunkNamesToReport[iNewChunkCount] = c; @@ -463,7 +462,6 @@ // this library has not been tagged yet name.Zero(); l->TraceAppendName(name,false); - const TUint8* ptr = name.Ptr(); TAG(l) = (PROFILER_LIBRARY_MARK); this->libraryNamesToReport[iNewLibraryCount] = l;