From: bernie Date: Sun, 3 Oct 2004 20:44:18 +0000 (+0000) Subject: Remove stale declarations (moved to monitor.h). X-Git-Tag: 1.0.0~1006 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=0168eb0bee0da568cd3ea8f8dfffa9343175efd9;p=bertos.git Remove stale declarations (moved to monitor.h). git-svn-id: https://src.develer.com/svnoss/bertos/trunk@235 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/kern/proc.h b/kern/proc.h index 43623480..3e73d493 100755 --- a/kern/proc.h +++ b/kern/proc.h @@ -15,14 +15,8 @@ /*#* *#* $Log$ - *#* Revision 1.5 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.4 2004/08/14 19:37:57 rasky - *#* Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc. - *#* - *#* Revision 1.3 2004/07/30 14:31:23 rasky - *#* Hunk sfuggito al commit precedente (aggiornamento kernel) + *#* Revision 1.6 2004/10/03 20:44:18 bernie + *#* Remove stale declarations (moved to monitor.h). *#* *#* Revision 1.2 2004/06/03 11:27:09 bernie *#* Add dual-license information. @@ -58,12 +52,6 @@ void proc_test(void); struct Process* proc_current(void); IPTR proc_current_user_data(void); - -#if CONFIG_KERN_MONITOR -size_t monitor_check_stack(cpustack_t* stack_base, size_t stack_size); -void monitor_debug_stacks(void); -#endif - #if CONFIG_KERN_PREEMPTIVE #define FORBID proc_forbid() #define PERMIT proc_permit()