Remove some unused static const strings under sys/rpc, which have never

been used since the initial commit (r177633).

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2013-12-24 20:55:22 +00:00
parent 29c20022de
commit a6132f60af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259842
2 changed files with 0 additions and 7 deletions

View File

@ -92,8 +92,6 @@ static struct clnt_ops clnt_dg_ops = {
.cl_control = clnt_dg_control
};
static const char mem_err_clnt_dg[] = "clnt_dg_create: out of memory";
/*
* A pending RPC request which awaits a reply. Requests which have
* received their reply will have cr_xid set to zero and cr_mrep to

View File

@ -107,11 +107,6 @@ static struct clnt_ops clnt_vc_ops = {
static void clnt_vc_upcallsdone(struct ct_data *);
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";
/*
* Create a client handle for a connection.
* Default options are set, which the user can change using clnt_control()'s.