net/mwan3: remove unused local variables
Remove unused local variables Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
4f1e85bd8c
commit
7c178353f0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ mwan3_id2mask()
|
||||||
mwan3_init()
|
mwan3_init()
|
||||||
{
|
{
|
||||||
local bitcnt
|
local bitcnt
|
||||||
local mmdefault mmblackhole mmunreachable
|
local mmdefault
|
||||||
|
|
||||||
[ -d $MWAN3_STATUS_DIR ] || mkdir -p $MWAN3_STATUS_DIR/iface_state
|
[ -d $MWAN3_STATUS_DIR ] || mkdir -p $MWAN3_STATUS_DIR/iface_state
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue