From 17898f625b04d4fee6c2fd0626c47c93f2c2e7bd Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 14 Mar 2019 13:57:44 -0700 Subject: delete writechannel.mako.cpp Delete obsolete scripts/writechannel.mako.cpp Change-Id: I79dac382132bf89877f2718d1b6219a2503e415e Signed-off-by: Patrick Venture --- scripts/writechannel.mako.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 scripts/writechannel.mako.cpp 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 - -namespace ipmi -{ -namespace network -{ - -extern const ChannelEthMap ethdevices = { -% for channel,channelInfo in interfaceDict.iteritems(): - {${channel},"${channelInfo['ifName']}"}, -% endfor -}; - -} // namespace network -} // namespace ipmi - -- cgit v1.2.1