Remove plenty of legacy names marked as OBSOLETE
[bertos.git] / bertos / kern / proc.h
index 6a4aff8be5dc8ff9eb9284de283ff75eb15cd159..6f1a8af5be69c463a860e760fcebb53f31b835fb 100644 (file)
@@ -65,7 +65,6 @@ struct Process *proc_new_with_name(const char* name, void (*entry)(void), iptr_t
 
 void proc_exit(void);
 void proc_yield(void);
-#define proc_switch proc_yield /* OBSOLETE */
 
 int proc_testSetup(void);
 int proc_testRun(void);
@@ -188,8 +187,6 @@ INLINE void proc_permit(void)
        #endif
 #endif
 
-#define CONFIG_PROC_DEFSTACKSIZE CONFIG_KERN_MINSTACKSIZE // OBSOLETE
-
 /* Memory fill codes to help debugging */
 #if CONFIG_KERN_MONITOR
        #include <cpu/types.h>