init.d/loopback: remove unnecessary stop function

This commit is contained in:
William Hubbs 2016-07-26 11:14:39 -05:00
parent 0c229faf7e
commit b19d0a40d7

View File

@ -35,8 +35,3 @@ start()
fi
eend $?
}
stop()
{
return 0
}