Module Name:    src
Committed By:   joerg
Date:           Sun Aug 10 16:13:27 UTC 2014

Modified Files:
        src/gnu/dist/groff/src/devices/grops: ps.cpp

Log Message:
Drop impossible assert.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/gnu/dist/groff/src/devices/grops/ps.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/groff/src/devices/grops/ps.cpp
diff -u src/gnu/dist/groff/src/devices/grops/ps.cpp:1.1.1.3 src/gnu/dist/groff/src/devices/grops/ps.cpp:1.2
--- src/gnu/dist/groff/src/devices/grops/ps.cpp:1.1.1.3	Mon Feb  6 18:14:43 2006
+++ src/gnu/dist/groff/src/devices/grops/ps.cpp	Sun Aug 10 16:13:27 2014
@@ -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++)

Reply via email to