From: Fabian Keil Date: Sat, 20 May 2017 09:24:35 +0000 (+0000) Subject: Remove a pointless comment X-Git-Tag: v_3_0_27~167 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=e17b6feae14ffe8347306e820d5fd26a1daa841e Remove a pointless comment --- diff --git a/loadcfg.c b/loadcfg.c index 0203e972..dc711fde 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,4 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.155 2017/02/20 13:44:32 fabiankeil Exp $"; +const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.156 2017/02/24 11:59:44 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -1944,9 +1944,6 @@ struct configuration_spec * load_config(void) current_configfile->f; /* * Check if config->haddr[i],hport[i] == oldcfg->haddr[i],hport[i] - * - * The following could be written more compactly as a single, - * (unreadably long) if statement. */ config->need_bind = 0;