Explorar o código

Remove deprecated symbols

Serj Kalichev %!s(int64=10) %!d(string=hai) anos
pai
achega
2c61b2759c
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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;