Remove the function show_trace_task() that is not used anywhere.

This was partially found by using a static code analysis program called 
cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqv...@spectrumdigital.se>
---
 arch/openrisc/kernel/traps.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/arch/openrisc/kernel/traps.c b/arch/openrisc/kernel/traps.c
index 3d3f606..cc09827 100644
--- a/arch/openrisc/kernel/traps.c
+++ b/arch/openrisc/kernel/traps.c
@@ -98,13 +98,6 @@ void show_stack(struct task_struct *task, unsigned long *esp)
        return;
 }
 
-void show_trace_task(struct task_struct *tsk)
-{
-       /*
-        * TODO: SysRq-T trace dump...
-        */
-}
-
 void show_registers(struct pt_regs *regs)
 {
        int i;
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to