Remove unnecessary __unused attribute attached to ctx in op_begemot_mibII(..)

MFC after:	3 days
This commit is contained in:
Enji Cooper 2017-01-06 07:57:45 +00:00
parent 1456f0f968
commit 08235f2408
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311505

View File

@ -37,7 +37,7 @@
* Scalars * Scalars
*/ */
int 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) u_int sub, u_int idx __unused, enum snmp_op op)
{ {
switch (op) { switch (op) {