删除无用注释

This commit is contained in:
keqingmoe 2025-01-04 21:12:46 +08:00
parent 12aee0ab67
commit 30791211ab

View File

@ -88,9 +88,6 @@ int init_db()
int main(int argc, char** argv)
{
/*
4.1.1
*/
if (atexit(cleanup)) {
printf("cannot register cleanup function\n");
return 1;