kernel/eka/include/e32std.inl
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
--- a/kernel/eka/include/e32std.inl	Mon May 03 13:47:38 2010 +0300
+++ b/kernel/eka/include/e32std.inl	Fri May 14 17:13:29 2010 +0300
@@ -155,13 +155,6 @@
 
 
 
-// class RHeap
-inline TInt RHeap::SetBrk(TInt aBrk)
-	{ return ((RChunk*)&iChunkHandle)->Adjust(aBrk); }
-
-
-
-
 // class TChar
 #ifndef __KERNEL_MODE__
 inline void TChar::SetChar(TUint aChar)