projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b133b35
)
Remove duplicate proc_current function.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 3 Sep 2008 14:11:01 +0000
(14:11 +0000)
committer
batt
<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
patch
|
blob
|
history
diff --git
a/bertos/kern/proc.c
b/bertos/kern/proc.c
index 2cb6e2a0aa3a31d3ee9983059cbefa52fe3bbf67..25ef1c67e4a29d8367cea39b6f8bf938b3770cea 100644
(file)
--- 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
*/