svn commit: r273612 - head/lib/libc/rpc

Brooks Davis brooks at FreeBSD.org
Fri Oct 24 23:24:48 UTC 2014


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";
 
 /*


More information about the svn-src-all mailing list