[GCP] Remove useless stop()

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2017-01-10 16:54:13 +01:00
parent a3b842d443
commit da6c2d945d

View File

@ -27,8 +27,3 @@ start()
eend 0
}
stop()
{
[ "$(mobyplatform)" != "gcp" ] && exit 0
}