Remove duplicate proc_current function.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 3 Sep 2008 14:11:01 +0000 (14:11 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 3 Sep 2008 14:11:01 +0000 (14:11 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1776 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/proc.c

index 2cb6e2a0aa3a31d3ee9983059cbefa52fe3bbf67..25ef1c67e4a29d8367cea39b6f8bf938b3770cea 100644 (file)
@@ -368,14 +368,6 @@ void proc_exit(void)
 }
 
 
-/**
- * Get the pointer to the current process
- */
-struct Process *proc_current(void)
-{
-       return CurrentProcess;
-}
-
 /**
  * Get the pointer to the user data of the current process
  */