From 13d45e300d45ba088082668ea5e4e5b93de04174 Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 29 Dec 1988 17:57:41 +0000 Subject: [PATCH] removed unused state field from client structure --- server/mr_server.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/mr_server.h b/server/mr_server.h index 009a97a0..0ea58582 100644 --- a/server/mr_server.h +++ b/server/mr_server.h @@ -38,8 +38,6 @@ struct krbname { typedef struct _client { OPERATION pending_op; /* Primary pending operation */ CONNECTION con; /* Connection to the client */ - int state; /* XXX this is really superfluous and should */ - /* be removed */ int action; /* what action is pending? */ sms_params *args, reply; int id; /* Unique id of client */ -- 2.45.1