Remove unnecessary __unused attribute attached to ctx
in op_begemot_mibII(..)
MFC after: 3 days
This commit is contained in:
parent
1456f0f968
commit
08235f2408
@ -37,7 +37,7 @@
|
||||
* Scalars
|
||||
*/
|
||||
int
|
||||
op_begemot_mibII(struct snmp_context *ctx __unused, struct snmp_value *value,
|
||||
op_begemot_mibII(struct snmp_context *ctx, struct snmp_value *value,
|
||||
u_int sub, u_int idx __unused, enum snmp_op op)
|
||||
{
|
||||
switch (op) {
|
||||
|
Loading…
Reference in New Issue
Block a user