summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-02-11 19:10:18 +0000
committerchristos <christos@NetBSD.org>2016-02-11 19:10:18 +0000
commit79a74300a0827b2ab4ff01e35a13e1c11924fb66 (patch)
treea6da9f7400edba1bc969ddd90a08d35e976e0095 /lib/libedit
parentab55aab2675aaa1825688570786341044cc636ae (diff)
remove unused wrapper (Ingo Schwarze)
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/chartype.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libedit/chartype.h b/lib/libedit/chartype.h
index 3a9ce040ddd..0612512152d 100644
--- a/lib/libedit/chartype.h
+++ b/lib/libedit/chartype.h
@@ -1,4 +1,4 @@
-/* $NetBSD: chartype.h,v 1.16 2016/02/08 17:18:43 christos Exp $ */
+/* $NetBSD: chartype.h,v 1.17 2016/02/11 19:10:18 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -62,7 +62,6 @@
#define ct_mbtowc mbtowc
#define ct_mbrtowc mbrtowc
-#define ct_mbtowc_reset mbtowc(0,0,(size_t)0)
#define ct_wctomb wctomb
#define ct_wctomb_reset wctomb(0,0)
#define ct_wcstombs wcstombs
@@ -118,7 +117,6 @@ Width(wchar_t c)
#define ct_mbtowc error
#define ct_mbrtowc error
-#define ct_mbtowc_reset
#define ct_wctomb error
#define ct_wctomb_reset
#define ct_wcstombs(a, b, c) (strncpy(a, b, c), strlen(a))