Drop phosphor-rocket

This application is unused.  Drop to reduce maintenance burden.

Change-Id: I339c5ee64125859c4e78be4d590ab268658a1687
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/interfaces/phosphor-rocket.bb b/common/recipes-phosphor/interfaces/phosphor-rocket.bb
deleted file mode 100644
index daa6a5c..0000000
--- a/common/recipes-phosphor/interfaces/phosphor-rocket.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Phosphor Rocket startup script"
-DESCRIPTION = "Phosphor Rocket startup script."
-PR = "r1"
-
-inherit allarch
-inherit setuptools
-inherit obmc-phosphor-systemd
-
-require phosphor-rest.inc
-
-PROVIDES += "virtual/obmc-wsgihost"
-RPROVIDES_${PN} += "virtual-obmc-wsgihost"
-
-RDEPENDS_${PN} += " \
-        python-rocket \
-        "
-
-S = "${WORKDIR}/git/servers/rocket"
diff --git a/common/recipes-phosphor/interfaces/phosphor-rocket/phosphor-rocket.service b/common/recipes-phosphor/interfaces/phosphor-rocket/phosphor-rocket.service
deleted file mode 100644
index cfd4b6e..0000000
--- a/common/recipes-phosphor/interfaces/phosphor-rocket/phosphor-rocket.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Phosphor Webserver
-PartOf=systemd-networkd.service
-After=obmc-webserver-pre.target
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env phosphor-rocket $APPLICATION
-SyslogIdentifier=phosphor-rocket
-Environment="PYTHONUNBUFFERED=1"
-EnvironmentFile={envfiledir}/obmc/wsgi_app
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}