phosphor: pcie: drop unused pcie-detect recipe

obmc-pcie-detect was only used on Barreleye, which has been dropped
from the tree; so this is dead code and unused.  Drop.

(From meta-phosphor rev: 0bdbb5143f9c36e7cfb724e2d2dd8562d3d5931e)

Change-Id: I3e8490ba49a64c2e6d21a948d088b01d0dfdd900
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb
deleted file mode 100644
index 6e0ad97..0000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "OpenBMC PCIE slot detection utility"
-DESCRIPTION = "OpenBMC PCIE slot detection utility."
-PR = "r1"
-
-inherit skeleton-gdbus
-inherit obmc-phosphor-systemd
-inherit pkgconfig
-
-SKELETON_DIR = "pciedetect"
-
-TMPL = "pcie-slot-detect@.service"
-TGTFMT = "obmc-host-startmin@{0}.target"
-INSTFMT = "pcie-slot-detect@{0}.service"
-FMT = "../${TMPL}:${TGTFMT}.wants/${INSTFMT}"
-
-SYSTEMD_SERVICE_${PN} += "pcie-slot-detect@.service"
-SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service
deleted file mode 100644
index 4545524..0000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=PCIE Slot Presence Detection For Chassis%i
-Wants=obmc-power-on@%i.target
-After=obmc-power-on@%i.target
-Conflicts=obmc-host-stop@%i.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/env pcie_slot_present.exe
-SyslogIdentifier=pcie_slot_present.exe
-
-[Install]
-WantedBy=obmc-host-startmin@%i.target