Skip to content

Commit

Permalink
ovsdb: Remove misleading OVS_UNUSED from ovsdb_monitor_change_cb().
Browse files Browse the repository at this point in the history
This function does use this parameter.

(This does not change any behavior.)

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Andy Zhou <[email protected]>
  • Loading branch information
blp committed Aug 31, 2015
1 parent e41ad06 commit 3a22387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovsdb/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ ovsdb_monitor_changes_classify(enum ovsdb_monitor_selection type,
static bool
ovsdb_monitor_change_cb(const struct ovsdb_row *old,
const struct ovsdb_row *new,
const unsigned long int *changed OVS_UNUSED,
const unsigned long int *changed,
void *aux_)
{
struct ovsdb_monitor_aux *aux = aux_;
Expand Down

0 comments on commit 3a22387

Please sign in to comment.