summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-14 13:57:44 -0700
committerPatrick Venture <venture@google.com>2019-03-25 10:57:32 -0700
commit17898f625b04d4fee6c2fd0626c47c93f2c2e7bd (patch)
tree767055276cfe26d65b92638f4a0064470796f2a0
parentdb5d9b04543dea74b81b97fbed4a680fc3adc171 (diff)
downloadphosphor-host-ipmid-17898f625b04d4fee6c2fd0626c47c93f2c2e7bd.tar.gz
phosphor-host-ipmid-17898f625b04d4fee6c2fd0626c47c93f2c2e7bd.zip
delete writechannel.mako.cpp
Delete obsolete scripts/writechannel.mako.cpp Change-Id: I79dac382132bf89877f2718d1b6219a2503e415e Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--scripts/writechannel.mako.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/writechannel.mako.cpp b/scripts/writechannel.mako.cpp
deleted file mode 100644
index 83ee5cd..0000000
--- a/scripts/writechannel.mako.cpp
+++ /dev/null
@@ -1,20 +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 <ipmid/types.hpp>
-
-namespace ipmi
-{
-namespace network
-{
-
-extern const ChannelEthMap ethdevices = {
-% for channel,channelInfo in interfaceDict.iteritems():
- {${channel},"${channelInfo['ifName']}"},
-% endfor
-};
-
-} // namespace network
-} // namespace ipmi
-
OpenPOWER on IntegriCloud