commit | b8cf46b715b2c21db5dce8118c70b4dd9b5255a3 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <bernat@luffy.cx> | Fri May 25 08:56:44 2012 +0200 |
committer | Vincent Bernat <bernat@luffy.cx> | Mon Jun 25 19:03:23 2012 +0200 |
tree | 61fea7fd6d75345f5224e36d8ca33badc9d39b17 | |
parent | 4b89e45d928d41bb5d32a00ba7b402d6a3bbdf44 [diff] [blame] |
smux: drop findVar element from trap object struct This element was not unused.
diff --git a/lib/smux.h b/lib/smux.h index 78460e6..b7d5096 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]; };