Skip to content

Commit

Permalink
ifdown: disable unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
wipawel committed Jun 2, 2014
1 parent 2e25824 commit 8178912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ifdown.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "wicked-client.h"
#include "ifdown.h"

#if 0
static ni_bool_t
ni_ifdown_fire_nanny(ni_ifworker_t *w)
{
Expand Down Expand Up @@ -80,6 +81,7 @@ ni_ifdown_stop_policies(ni_ifworker_array_t *array)

return TRUE;
}
#endif

int
ni_do_ifdown(int argc, char **argv)
Expand Down

0 comments on commit 8178912

Please sign in to comment.