diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-11-23 16:43:57 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-11-23 16:43:57 +0000 |
commit | b1c5815388512b5c420401c73ad27484721a163b (patch) | |
tree | 1f547b7437fba47e9b5346d301b08016ec4720c6 | |
parent | 7dfff9507e48df0b07b28d66843460d42286f663 (diff) |
Oops.. left in a bit of debugging code.
-rw-r--r-- | libc/misc/wchar/wchar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index a6e5fc616..ff3e42a84 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -1384,8 +1384,6 @@ size_t iconv(iconv_t cd, char **__restrict inbuf, goto ILLEGAL; } } - } else { - fprintf(stderr, "ARG!! %d\n", px->fromcodeset); } |