bluetooth/btstack/linkmgr/hostresolver.cpp
branchRCL_3
changeset 56 015fa7494bd2
parent 41 786b94c6f0a4
--- a/bluetooth/btstack/linkmgr/hostresolver.cpp	Wed Sep 15 13:27:26 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.cpp	Wed Oct 13 15:48:34 2010 +0300
@@ -2284,7 +2284,7 @@
 		TInquiryCacheAge ageInfo;
 		ageInfo.iIAC = aIAC;
 		ageInfo.iCacheAge = aAge;
-		(void)iCacheAge.Append(ageInfo);
+		iCacheAge.Append(ageInfo);
 		// If we can't append, there's not a lot we can do - we'll just have
 		// to return KMaxTInt when someone asks for the age
 		}