Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/libhack Remove unused variable.
details: https://anonhg.NetBSD.org/src/rev/c4968584eeeb
branches: trunk
changeset: 333749:c4968584eeeb
user: htodd <htodd%NetBSD.org@localhost>
date: Sat Nov 15 19:15:51 2014 +0000
description:
Remove unused variable.
diffstat:
distrib/utils/libhack/multibyte.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 6035572eca7d -r c4968584eeeb distrib/utils/libhack/multibyte.c
--- a/distrib/utils/libhack/multibyte.c Sat Nov 15 18:57:25 2014 +0000
+++ b/distrib/utils/libhack/multibyte.c Sat Nov 15 19:15:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multibyte.c,v 1.6 2014/11/15 17:49:19 christos Exp $ */
+/* $NetBSD: multibyte.c,v 1.7 2014/11/15 19:15:51 htodd Exp $ */
/*
* Ignore all multibyte sequences, removes all the citrus code.
@@ -12,8 +12,6 @@
size_t
mbrtowc(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps)
{
- wchar_t c;
-
if (str == NULL)
return 0;
Home |
Main Index |
Thread Index |
Old Index