From b8cf46b715b2c21db5dce8118c70b4dd9b5255a3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 25 May 2012 08:56:44 +0200 Subject: smux: drop findVar element from trap object struct This element was not unused. --- lib/smux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/smux.h') diff --git a/lib/smux.h b/lib/smux.h index 78460e68..b7d5096e 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -47,8 +47,7 @@ struct trap_object { - FindVarMethod *findVar; - int namelen; + int namelen; /* Negative if the object is not indexed */ oid name[MAX_OID_LEN]; }; -- cgit v1.2.1