remove debugging string.

This commit is contained in:
christos 2004-06-06 07:09:55 +00:00
parent 5acfe8430e
commit 836ba5076b
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: xstr.c,v 1.18 2004/06/06 04:53:14 christos Exp $ */ /* $NetBSD: xstr.c,v 1.19 2004/06/06 07:09:55 christos Exp $ */
/* /*
* Copyright (c) 1980, 1993 * Copyright (c) 1980, 1993
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0 #if 0
static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93";
#else #else
__RCSID("$NetBSD: xstr.c,v 1.18 2004/06/06 04:53:14 christos Exp $"); __RCSID("$NetBSD: xstr.c,v 1.19 2004/06/06 07:09:55 christos Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -352,7 +352,6 @@ gotc:
out: out:
*cpp = --cp; *cpp = --cp;
*dp = '\0'; *dp = '\0';
fprintf(stderr, ">%s<\n", dbuf);
hash = hashit(dbuf, 1); hash = hashit(dbuf, 1);
free(dbuf); free(dbuf);
return hash; return hash;