From eb501b70c73879f59668607cc1157b87367cbd26 Mon Sep 17 00:00:00 2001 From: ksqsf Date: Sun, 11 Feb 2018 00:53:33 +0800 Subject: [PATCH] Oops.. Remove useless code. --- src/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 26c31816..b9142e7e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -497,6 +497,5 @@ get_default_conf(void) return userconf; // If not, fall back to the system-wide config. - userconf[0] = '\0'; return sysconf; }