Remove is_unnamed
This commit is contained in:
parent
beac779c96
commit
cd8155b7f7
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user