Quellcode durchsuchen

Remove deprecated symbols

Serj Kalichev vor 10 Jahren
Ursprung
Commit
2c61b2759c
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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;