meta-phosphor: inarp: drop unused recipe

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I98868244d5e07c421d54ace65c16681adebc9a09
diff --git a/recipes-phosphor/network/inarp/inarp.service b/recipes-phosphor/network/inarp/inarp.service
deleted file mode 100644
index 6e85131..0000000
--- a/recipes-phosphor/network/inarp/inarp.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Phosphor Inverse ARP
-
-[Service]
-ExecStart=/usr/bin/env inarp
-SyslogIdentifier=inarp
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/recipes-phosphor/network/inarp_git.bb b/recipes-phosphor/network/inarp_git.bb
deleted file mode 100644
index b03ef5e..0000000
--- a/recipes-phosphor/network/inarp_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Inverse ARP daemon"
-DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
-HOMEPAGE = "http://github.com/openbmc/inarp"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-
-inherit autotools
-inherit obmc-phosphor-systemd
-
-DEPENDS += "autoconf-archive-native"
-RDEPENDS_${PN} += "phosphor-network"
-
-SRC_URI += "git://github.com/openbmc/inarp"
-SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"
-
-S = "${WORKDIR}/git"
-
-exec_prefix="/usr/local"