summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2012-05-25 08:56:44 +0200
committerVincent Bernat <bernat@luffy.cx>2012-06-25 19:03:23 +0200
commitb8cf46b715b2c21db5dce8118c70b4dd9b5255a3 (patch)
tree61fea7fd6d75345f5224e36d8ca33badc9d39b17 /lib
parent4b89e45d928d41bb5d32a00ba7b402d6a3bbdf44 (diff)
smux: drop findVar element from trap object struct
This element was not unused.
Diffstat (limited to 'lib')
-rw-r--r--lib/smux.h3
1 files changed, 1 insertions, 2 deletions
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];
};