From f65d8fa10a5663d103fcbcfb782054aac63efd23 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 28 Nov 2014 18:09:01 +0000 Subject: Drop useless architecture table. Validating architecture names is a job for makewhatis(8)/mandoc.db(5), not for the parser. Removes 150 lines from source files and 4k (1%) from the binary. Bloat found by deraadt@. --- read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index 30cd84d3..96444f59 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.100 2014/11/28 06:27:05 schwarze Exp $ */ +/* $Id: read.c,v 1.101 2014/11/28 18:09:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -97,7 +97,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "lower case character in document title", "missing manual section, using \"\"", "unknown manual section", - "unknown manual volume or arch", "missing date, using today's date", "cannot parse date, using it verbatim", "missing Os macro, using \"\"", -- cgit v1.2.3