Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/groff/src/devices/grops Drop impossible assert.
details: https://anonhg.NetBSD.org/src/rev/4055ee913e82
branches: trunk
changeset: 331401:4055ee913e82
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Aug 10 16:13:27 2014 +0000
description:
Drop impossible assert.
diffstat:
gnu/dist/groff/src/devices/grops/ps.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c9aa689fa57e -r 4055ee913e82 gnu/dist/groff/src/devices/grops/ps.cpp
--- a/gnu/dist/groff/src/devices/grops/ps.cpp Sun Aug 10 14:50:21 2014 +0000
+++ b/gnu/dist/groff/src/devices/grops/ps.cpp Sun Aug 10 16:13:27 2014 +0000
@@ -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_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++)
Home |
Main Index |
Thread Index |
Old Index