summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-08-10 16:13:27 +0000
committerjoerg <joerg@NetBSD.org>2014-08-10 16:13:27 +0000
commitdf3948ca31a0d211dc4758be54656b813bd65bcf (patch)
tree0650a8a5b8eab604c0b12ce1be77d2d1a877d58b /gnu
parent53d6c5fa65229e6221c4d1be918d9b0140f559bc (diff)
Drop impossible assert.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/groff/src/devices/grops/ps.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/dist/groff/src/devices/grops/ps.cpp b/gnu/dist/groff/src/devices/grops/ps.cpp
index f5ee6beb3b7..e6f7c97adca 100644
--- a/gnu/dist/groff/src/devices/grops/ps.cpp
+++ b/gnu/dist/groff/src/devices/grops/ps.cpp
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.cpp,v 1.1.1.3 2006/02/06 18:14:43 wiz Exp $ */
+/* $NetBSD: ps.cpp,v 1.2 2014/08/10 16:13:27 joerg Exp $ */
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004
@@ -854,7 +854,6 @@ void ps_printer::encode_fonts()
void ps_printer::encode_subfont(subencoding *sub)
{
- assert(sub->glyphs != 0);
out.put_literal_symbol(make_subencoding_name(sub->idx))
.put_delimiter('[');
for (int i = 0; i < 256; i++)