diff options
author | Vincent Bernat <bernat@luffy.cx> | 2012-05-25 08:56:44 +0200 |
---|---|---|
committer | Vincent Bernat <bernat@luffy.cx> | 2012-06-25 19:03:23 +0200 |
commit | b8cf46b715b2c21db5dce8118c70b4dd9b5255a3 (patch) | |
tree | 61fea7fd6d75345f5224e36d8ca33badc9d39b17 /lib/smux.h | |
parent | 4b89e45d928d41bb5d32a00ba7b402d6a3bbdf44 (diff) |
smux: drop findVar element from trap object struct
This element was not unused.
Diffstat (limited to 'lib/smux.h')
-rw-r--r-- | lib/smux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]; }; |