Remove is_unnamed

This commit is contained in:
Dylan MacKenzie 2019-09-15 23:08:32 -07:00
parent beac779c96
commit cd8155b7f7

View File

@ -782,10 +782,6 @@ impl ConstData {
self.name.as_ref()
}
pub fn is_unnamed(&self) -> bool {
self.name.is_none()
}
pub fn type_ref(&self) -> &TypeRef {
&self.type_ref
}