summaryrefslogtreecommitdiffstats
path: root/scripts/inventorysensor.mako.cpp
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 /scripts/inventorysensor.mako.cpp
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 'scripts/inventorysensor.mako.cpp')
-rw-r--r--scripts/inventorysensor.mako.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/scripts/inventorysensor.mako.cpp b/scripts/inventorysensor.mako.cpp
deleted file mode 100644
index 000f758..0000000
--- a/scripts/inventorysensor.mako.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-## This file is a template. The comment below is emitted
-## into the rendered file; feel free to edit this file.
-
-// !!! WARNING: This is a GENERATED Code..Please do NOT Edit !!!
-
-#include "types.hpp"
-using namespace ipmi::sensor;
-
-extern const InvObjectIDMap invSensors = {
-% for key in sensorDict.iterkeys():
- % if key:
-{"${key}",
- {
-<%
- objectPath = sensorDict[key]
- sensorID = objectPath["sensorID"]
- sensorType = objectPath["sensorType"]
- eventReadingType = objectPath["eventReadingType"]
- offset = objectPath["offset"]
-%>
- ${sensorID},${sensorType},${eventReadingType},${offset}
- }
-},
- % endif
-% endfor
-};
-
OpenPOWER on IntegriCloud