nuke a last-minute addition in the getprogname() cleanup that didn't work.

This commit is contained in:
cgd 2001-02-20 01:17:37 +00:00
parent 1c40195bea
commit 6ec85a49fd
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: assert.c,v 1.13 2001/02/19 22:22:16 cgd Exp $ */
/* $NetBSD: assert.c,v 1.14 2001/02/20 01:17:37 cgd Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)assert.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: assert.c,v 1.13 2001/02/19 22:22:16 cgd Exp $");
__RCSID("$NetBSD: assert.c,v 1.14 2001/02/20 01:17:37 cgd Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -49,8 +49,6 @@ __RCSID("$NetBSD: assert.c,v 1.13 2001/02/19 22:22:16 cgd Exp $");
#include <stdlib.h>
#include <syslog.h>
#include "namespace.h"
void
__assert13(file, line, function, failedexpr)
const char *file, *function, *failedexpr;