lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -60,8 +60,7 @@
 					CStringPoolNode* theProblem = 
 						reinterpret_cast<CStringPoolNode*>(
 							iCIHashTable[i]->At(j).iVal & KTokenToNode);
-					if(theProblem->iDes)
-					    __LOG(theProblem->iDes->Des());
+					__LOG(theProblem->iDes->Des());
 					}
 				}
 			}
@@ -81,8 +80,7 @@
 					CStringPoolNode* theProblem = 
 						reinterpret_cast<CStringPoolNode*>(
 							iCSHashTable[i]->At(j).iVal & KTokenToNode);
-					if(theProblem->iDes)
-					    __LOG(theProblem->iDes->Des());
+					__LOG(theProblem->iDes->Des());
 					}
 				}
 			}