summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vsscanf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-22 14:52:30 +0000
committerphk <phk@FreeBSD.org>1995-10-22 14:52:30 +0000
commitd271416c7b484596bc5f9ce55a75f3dc9928bd6c (patch)
tree1eb85d4fd1a17fa5c1874841f5a96b604f990584 /lib/libc/stdio/vsscanf.c
parent107ef321d3cc17d146d3ea2ef8e38b5964096061 (diff)
downloadFreeBSD-src-d271416c7b484596bc5f9ce55a75f3dc9928bd6c.zip
FreeBSD-src-d271416c7b484596bc5f9ce55a75f3dc9928bd6c.tar.gz
Minor cleanup, #include's and unused vars.
Added compile-time warning to an old funky function.
Diffstat (limited to 'lib/libc/stdio/vsscanf.c')
-rw-r--r--lib/libc/stdio/vsscanf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c
index 540f290..e776689 100644
--- a/lib/libc/stdio/vsscanf.c
+++ b/lib/libc/stdio/vsscanf.c
@@ -57,7 +57,6 @@ vsscanf(str, fmt, ap)
const char *fmt;
_BSD_VA_LIST_ ap;
{
- int ret;
FILE f;
f._flags = __SRD;
OpenPOWER on IntegriCloud