Remove redundant comment

Issue already addressed.
This commit is contained in:
Ian Barwick
2015-02-28 10:54:42 +09:00
parent ff30df3d96
commit 65dcce55e8

View File

@@ -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)
{