service: remove unused const.

This commit is contained in:
Daniel Theophanes
2014-05-27 22:21:54 -07:00
parent 782c78354d
commit 41caac0c1f
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -17,8 +17,6 @@ const (
initSystemd
)
const systemOs = "linux"
func getFlavor() initFlavor {
flavor := initSystemV
if isUpstart() {