diff options
| author | maya <maya@NetBSD.org> | 2018-12-13 08:39:34 +0000 |
|---|---|---|
| committer | maya <maya@NetBSD.org> | 2018-12-13 08:39:34 +0000 |
| commit | 99c28d70bff1bf342805ec0ae06ef5c094bbe35e (patch) | |
| tree | ddf4fc22db5780eece8acad4b4e6c3fbe97a0ba6 /lib/libresolv | |
| parent | 3dd5b3aa4277f6055a64e5e3e3b502c2459fcfb0 (diff) | |
Remove unused macro.
Diffstat (limited to 'lib/libresolv')
| -rw-r--r-- | lib/libresolv/ns_date.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libresolv/ns_date.c b/lib/libresolv/ns_date.c index 0360e9e7d21..31b3dc80089 100644 --- a/lib/libresolv/ns_date.c +++ b/lib/libresolv/ns_date.c @@ -1,4 +1,4 @@ -/* $NetBSD: ns_date.c,v 1.1 2012/11/15 18:48:48 christos Exp $ */ +/* $NetBSD: ns_date.c,v 1.2 2018/12/13 08:39:34 maya Exp $ */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -21,7 +21,7 @@ #if 0 static const char rcsid[] = "Id: ns_date.c,v 1.6 2005/04/27 04:56:39 sra Exp "; #else -__RCSID("$NetBSD: ns_date.c,v 1.1 2012/11/15 18:48:48 christos Exp $"); +__RCSID("$NetBSD: ns_date.c,v 1.2 2018/12/13 08:39:34 maya Exp $"); #endif /* Import. */ @@ -38,12 +38,6 @@ __RCSID("$NetBSD: ns_date.c,v 1.1 2012/11/15 18:48:48 christos Exp $"); #include "port_after.h" -#ifdef SPRINTF_CHAR -# define SPRINTF(x) strlen(sprintf/**/x) -#else -# define SPRINTF(x) ((size_t)sprintf x) -#endif - /* Forward. */ static int datepart(const char *, int, int, int, int *); |
