summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2019-01-28 15:11:53 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2019-02-01 13:27:42 +0000
commit54fad6de0541c2f98e9b511f1d30bbcbcd743db6 (patch)
tree49c767c412c35b7040d92f85d612a46f5f3da555 /configure.ac
parent161f20d59d205dd5b7702975984dca5b8d6f599c (diff)
downloadphosphor-host-ipmid-54fad6de0541c2f98e9b511f1d30bbcbcd743db6.tar.gz
phosphor-host-ipmid-54fad6de0541c2f98e9b511f1d30bbcbcd743db6.zip
eSEL: Remove unused code related to logging eSEL
Change-Id: Ia9815102064d20795a44b8e6a7d8b324c280756c Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8d5e6dd..1935135 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,10 +85,6 @@ AS_IF([test "x$SENSOR_YAML_GEN" == "x"], [SENSOR_YAML_GEN="sensor-example.yaml"]
SENSORGEN="$PYTHON ${srcdir}/scripts/sensor_gen.py -i $SENSOR_YAML_GEN"
AC_SUBST(SENSORGEN)
-AS_IF([test "x$INVSENSOR_YAML_GEN" == "x"], [INVSENSOR_YAML_GEN="inventory-sensor-example.yaml"])
-INVSENSORGEN="$PYTHON ${srcdir}/scripts/inventory-sensor.py -i $INVSENSOR_YAML_GEN"
-AC_SUBST(INVSENSORGEN)
-
AS_IF([test "x$FRU_YAML_GEN" == "x"], [FRU_YAML_GEN="fru-read-example.yaml"])
FRUGEN="$PYTHON $srcdir/scripts/fru_gen.py -i $FRU_YAML_GEN"
AC_SUBST(FRUGEN)
OpenPOWER on IntegriCloud