=================================================================== RCS file: /cvs/pod2mdoc/pod2mdoc.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- pod2mdoc/pod2mdoc.c 2014/07/11 09:05:03 1.25 +++ pod2mdoc/pod2mdoc.c 2014/07/11 09:07:33 1.26 @@ -1,4 +1,4 @@ -/* $Id: pod2mdoc.c,v 1.25 2014/07/11 09:05:03 schwarze Exp $ */ +/* $Id: pod2mdoc.c,v 1.26 2014/07/11 09:07:33 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * @@ -1269,8 +1269,6 @@ readfile(const struct args *args, const char *fname) struct tm *tm; time_t ttm; struct stat st; - - assert(NULL != fname); fd = 0 != strcmp("-", fname) ? open(fname, O_RDONLY, 0) : STDIN_FILENO;