diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-12 18:49:41 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-12 18:49:41 +0000 |
commit | dada762c9eda63dcd5101865aafb244e67c5b22e (patch) | |
tree | ea25ca3dc736220762ea7a3c1010d08c53c43b5d /src | |
parent | 1e064cc12631d498310d7bffa8cba8f2ed89b9cf (diff) |
BUILD : 1.7.9 (790) BUGS : N/A NOTES : Removed some comments from config.c
git-svn-id: svn://svn.anope.org/anope/trunk@790 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@550 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.c b/src/config.c index f018503ac..cea0fe267 100644 --- a/src/config.c +++ b/src/config.c @@ -856,11 +856,6 @@ int parse(char *buf, int linenum, int reload) } } - if (n == lenof(directives)) { -/* error(linenum, "Unknown directive `%s'", dir); - return 1; *//* don't cause abort */ - } - return retval; } |