소스 검색

Remove deprecated symbols

Serj Kalichev 10 년 전
부모
커밋
2c61b2759c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      clish/plugin/plugin_dump.c

+ 0 - 6
clish/plugin/plugin_dump.c

@@ -25,12 +25,6 @@ void clish_sym_dump(const clish_sym_t *this)
 	case CLISH_SYM_TYPE_ACTION:
 		type = "action";
 		break;
-	case CLISH_SYM_TYPE_INIT:
-		type = "init";
-		break;
-	case CLISH_SYM_TYPE_FINI:
-		type = "fini";
-		break;
 	case CLISH_SYM_TYPE_ACCESS:
 		type = "access";
 		break;