From: batt Date: Wed, 3 Sep 2008 14:11:01 +0000 (+0000) Subject: Remove duplicate proc_current function. X-Git-Tag: 2.0.0~158 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ccaca950d9bd8ad38f7cbeae9d8b3e89783a25d8;p=bertos.git Remove duplicate proc_current function. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1776 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index 2cb6e2a0..25ef1c67 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -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 */