delete redundant code

This commit is contained in:
obdev
2022-11-28 02:43:01 +00:00
committed by ob-robot
parent c538314fd7
commit 5a50ec1939
22 changed files with 60 additions and 436 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo -e '#include "objit/common/ob_item_type.h"'
echo -e "const char* get_type_name(int type)\n{"
echo -e "\tswitch(type){"