summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libports/inhibit-all-rpcs.c1
-rw-r--r--libports/inhibit-class-rpcs.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/libports/inhibit-all-rpcs.c b/libports/inhibit-all-rpcs.c
index 27e2ec54..71aecf14 100644
--- a/libports/inhibit-all-rpcs.c
+++ b/libports/inhibit-all-rpcs.c
@@ -33,7 +33,6 @@ ports_inhibit_all_rpcs ()
err = EBUSY;
else
{
- struct port_bucket *bucket;
int this_one = 0;
pthread_rwlock_rdlock (&_ports_htable_lock);
diff --git a/libports/inhibit-class-rpcs.c b/libports/inhibit-class-rpcs.c
index 9a87a5ff..ed99aad7 100644
--- a/libports/inhibit-class-rpcs.c
+++ b/libports/inhibit-class-rpcs.c
@@ -32,8 +32,6 @@ ports_inhibit_class_rpcs (struct port_class *class)
err = EBUSY;
else
{
- struct port_info *pi;
- struct rpc_info *rpc;
int this_one = 0;
pthread_rwlock_rdlock (&_ports_htable_lock);