kernel/eka/nkern/nkern.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/kernel/eka/nkern/nkern.cpp	Tue Aug 31 16:34:26 2010 +0300
+++ b/kernel/eka/nkern/nkern.cpp	Wed Sep 01 12:34:56 2010 +0100
@@ -1415,22 +1415,6 @@
 	NKern::Unlock();
 	}
 
-
-/** Changes the nominal priority of a thread.
-
-	This function is intended to be used by the EPOC layer and personality layers.
-	Do not use this function directly on a Symbian OS thread - use Kern::ThreadSetPriority().
-
-    @param aThread Thread to receive the new priority.
-    @param aPriority New inherited priority for aThread.
-    
-	@see Kern::SetThreadPriority()
-*/
-void NKern::ThreadSetNominalPriority(NThread* /*aThread*/, TInt /*aPriority*/)
-	{
-	}
-
-
 #ifndef __SCHEDULER_MACHINE_CODED__
 
 /** Signals the request semaphore of a nanothread.