delete writechannel.mako.cpp

Delete obsolete scripts/writechannel.mako.cpp

Change-Id: I79dac382132bf89877f2718d1b6219a2503e415e
Signed-off-by: Patrick Venture <venture@google.com>
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
-