summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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