Remove is_unnamed
This commit is contained in:
parent
beac779c96
commit
cd8155b7f7
1 changed files with 0 additions and 4 deletions
|
@ -782,10 +782,6 @@ impl ConstData {
|
||||||
self.name.as_ref()
|
self.name.as_ref()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_unnamed(&self) -> bool {
|
|
||||||
self.name.is_none()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn type_ref(&self) -> &TypeRef {
|
pub fn type_ref(&self) -> &TypeRef {
|
||||||
&self.type_ref
|
&self.type_ref
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue