exit_thread: remove empty bodies
[cascardo/linux.git] / arch / nios2 / include / asm / processor.h
index c2ba45c..1c953f0 100644 (file)
@@ -75,11 +75,6 @@ static inline void release_thread(struct task_struct *dead_task)
 {
 }
 
-/* Free current thread data structures etc.. */
-static inline void exit_thread(void)
-{
-}
-
 /* Return saved PC of a blocked thread. */
 #define thread_saved_pc(tsk)   ((tsk)->thread.kregs->ea)