Remove stale declarations (moved to monitor.h).
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 3 Oct 2004 20:44:18 +0000 (20:44 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 3 Oct 2004 20:44:18 +0000 (20:44 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@235 38d2e660-2303-0410-9eaa-f027e97ec537

kern/proc.h

index 43623480f8d994737e93a2dcfeb09c503423438d..3e73d493d246ecac4b8279d7f53098de128b84bc 100755 (executable)
 
 /*#*
  *#* $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()