summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ZParseNot.c1
-rw-r--r--lib/ZRecvPkt.c1
-rw-r--r--lib/ZSendPkt.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c
index ea4ef67..a870e72 100644
--- a/lib/ZParseNot.c
+++ b/lib/ZParseNot.c
@@ -23,7 +23,6 @@ Code_t ZParseNotice(buffer,len,notice,auth)
int *auth;
{
char *ptr;
- int i;
unsigned int temp[3];
ptr = buffer;
diff --git a/lib/ZRecvPkt.c b/lib/ZRecvPkt.c
index 8e8a179..45caafd 100644
--- a/lib/ZRecvPkt.c
+++ b/lib/ZRecvPkt.c
@@ -25,7 +25,6 @@ Code_t ZReceivePacket(buffer,buffer_len,ret_len)
int *ret_len;
{
int retval;
- struct _Z_InputQ *old_head;
if (ZGetFD() < 0)
return (ZERR_NOPORT);
diff --git a/lib/ZSendPkt.c b/lib/ZSendPkt.c
index 9da36d4..fbc9546 100644
--- a/lib/ZSendPkt.c
+++ b/lib/ZSendPkt.c
@@ -68,7 +68,5 @@ int findack(notice,uid)
ZNotice_t *notice;
ZUnique_Id_t *uid;
{
- int i;
-
return (!ZCompareUID(uid,&notice->z_uid));
}