Kill redefined ref_name

This commit is contained in:
Eric Holscher 2015-08-17 15:04:15 -07:00
parent ee6a2ada3c
commit f8e1d7435c

View File

@ -298,10 +298,6 @@ class DotNetPythonMapper(PythonMapperBase):
def ref_type(self): def ref_type(self):
return self.type return self.type
@property
def ref_name(self):
return self.name.replace('#', '-').replace('<', '-').replace('>', '')
@property @property
def ref_directive(self): def ref_directive(self):
return self.type return self.type