Kaydet (Commit) 14a5f2f6 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: nobody reads enumname

Change-Id: I4a5eb77ff14bb033061ce8214ef7f65d587b159a
üst 423020de
......@@ -136,11 +136,6 @@ def preprocess(model):
localname = j.getAttribute("name")
# set the attributes
enumname = ""
if len(prefix):
enumname += prefix + ":"
j.setAttribute("enumname", enumname + localname)
qname = ""
if len(ns):
qname += ns + ":"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment