提交 86290ce4 编写于 作者: S Simon Glass

dtoc: Don't handle properties with / in them

This conversion appears to not be needed as it does not occur in practice.
Drop it.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 2be282ca
......@@ -55,7 +55,6 @@ def conv_name_to_c(name):
new = new.replace('-', '_')
new = new.replace(',', '_')
new = new.replace('.', '_')
new = new.replace('/', '__')
return new
def tab_to(num_tabs, line):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册