Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit remove unused wrapper (Ingo Schwarze)



details:   https://anonhg.NetBSD.org/src/rev/40e5a09f57ef
branches:  trunk
changeset: 343525:40e5a09f57ef
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 11 19:10:18 2016 +0000

description:
remove unused wrapper (Ingo Schwarze)

diffstat:

 lib/libedit/chartype.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1a6ddf6d6542 -r 40e5a09f57ef lib/libedit/chartype.h
--- a/lib/libedit/chartype.h    Thu Feb 11 16:08:47 2016 +0000
+++ b/lib/libedit/chartype.h    Thu Feb 11 19:10:18 2016 +0000
@@ -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 @@
 
 #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))



Home | Main Index | Thread Index | Old Index