diff options
author | brooks <brooks@FreeBSD.org> | 2014-10-24 23:24:47 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-10-24 23:24:47 +0000 |
commit | 33a17b548743c3c526c80ff5e9973f24f444bbea (patch) | |
tree | a57ecdba2e6a0327f5b1d69e85c698fe38d89e23 /lib | |
parent | 8b84661d1f980240be1d58cf22d60d68ceef4945 (diff) | |
download | FreeBSD-src-33a17b548743c3c526c80ff5e9973f24f444bbea.zip FreeBSD-src-33a17b548743c3c526c80ff5e9973f24f444bbea.tar.gz |
Remove an unused variable that would be better spelled __func__.
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/clnt_vc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index 117cfba..b15d69b 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -141,7 +141,6 @@ static cond_t *vc_cv; static const char clnt_vc_errstr[] = "%s : %s"; static const char clnt_vc_str[] = "clnt_vc_create"; -static const char clnt_read_vc_str[] = "read_vc"; static const char __no_mem_str[] = "out of memory"; /* |