meta-phosphor: drop dead bbclass

This bbclass isn't used anymore.  Remove.

Change-Id: I7be5b2a1c20d8cc812c500a8f2e957bfb10feb13
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/classes/obmc-phosphor-c-daemon.bbclass b/classes/obmc-phosphor-c-daemon.bbclass
deleted file mode 100644
index ded11d8..0000000
--- a/classes/obmc-phosphor-c-daemon.bbclass
+++ /dev/null
@@ -1,13 +0,0 @@
-# Common code for dbus applications using c.
-inherit obmc-phosphor-systemd
-
-DEPENDS += "glib-2.0"
-
-INSTALL_NAME ?= "${PN}"
-BIN_NAME ?= "${INSTALL_NAME}"
-
-do_install_append() {
-        # install the binary
-        install -d ${D}${sbindir}
-        install -m 0755 ${S}/${BIN_NAME} ${D}${sbindir}/${INSTALL_NAME}
-}