From 65dcce55e864ccd5a493ae7a124f8b0067472b0d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Sat, 28 Feb 2015 10:54:42 +0900 Subject: [PATCH] Remove redundant comment Issue already addressed. --- config.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.c b/config.c index c9cd7f54..772fbe1b 100644 --- a/config.c +++ b/config.c @@ -77,9 +77,6 @@ parse_config(const char *config_file, t_configuration_options * options) /* * Since some commands don't require a config file at all, not having one * isn't necessarily a problem. - * - * XXX this currently results in an ERROR being logged, which is silly - * because it's not an error per-se */ if (fp == NULL) {