From ccaca950d9bd8ad38f7cbeae9d8b3e89783a25d8 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 3 Sep 2008 14:11:01 +0000 Subject: [PATCH] Remove duplicate proc_current function. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1776 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/proc.c | 8 -------- 1 file changed, 8 deletions(-) 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 */ -- 2.25.1