Reformat.
[bertos.git] / 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
  */