From 30791211ab1c2f56978891882bd51857c2d6c114 Mon Sep 17 00:00:00 2001 From: keqingmoe Date: Sat, 4 Jan 2025 21:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.c b/src/main.c index 626bc2f..30d7444 100644 --- a/src/main.c +++ b/src/main.c @@ -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;