=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- src/usr.bin/mandoc/read.c 2015/01/28 17:30:37 1.94 +++ src/usr.bin/mandoc/read.c 2015/01/28 21:10:28 1.95 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.94 2015/01/28 17:30:37 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.95 2015/01/28 21:10:28 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -172,12 +172,6 @@ "skipping vertical bar in tbl layout", "generic error", - - /* related to equations */ - "unexpected equation scope closure", - "equation scope open on exit", - "overlapping equation scopes", - "unexpected end of equation", /* related to tables */ "non-alphabetic character in tbl options",