Author: brooks Date: Fri Oct 24 23:24:47 2014 New Revision: 273612 URL: https://svnweb.freebsd.org/changeset/base/273612
Log: Remove an unused variable that would be better spelled __func__. Sponsored by: DARPA, AFRL Modified: head/lib/libc/rpc/clnt_vc.c Modified: head/lib/libc/rpc/clnt_vc.c ============================================================================== --- head/lib/libc/rpc/clnt_vc.c Fri Oct 24 23:08:44 2014 (r273611) +++ head/lib/libc/rpc/clnt_vc.c Fri Oct 24 23:24:47 2014 (r273612) @@ -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"; /* _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"