소스 검색

remove unused function declarations

michael 4 년 전
부모
커밋
0af3666882
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      libcpu/mips/gs232/interrupt.c

+ 0 - 1
libcpu/mips/gs232/interrupt.c

@@ -22,7 +22,6 @@
 #define MAX_INTR            (GS232_NR_IRQS)
 
 static struct rt_irq_desc irq_handle_table[MAX_INTR];
-void rt_interrupt_dispatch(void *ptreg);
 void rt_hw_timer_handler();
 
 static struct gs232_intc_regs volatile *gs232_hw0_icregs