remove unused variable to fix #2

This commit is contained in:
fujr 2024-11-07 10:13:02 +08:00
parent 08f5991cab
commit b069daf1c0

View File

@ -140,5 +140,4 @@ enum OPERATIONS {
SMS_DELETE_OP SMS_DELETE_OP
}; };
char *self_name; // program name
#endif #endif