Browse Source

Remove deprecated symbols

Serj Kalichev 10 years ago
parent
commit
2c61b2759c
1 changed files with 0 additions and 6 deletions
  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;