[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 a9fe30b2b7
commit 9b156d0cd4

View File

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