Codegen: remove unneeded has_description property

This commit is contained in:
Paolo Tranquilli
2023-11-24 06:00:05 +01:00
parent 9264b2a6d6
commit 2d34fec0a2
4 changed files with 0 additions and 20 deletions

View File

@@ -81,10 +81,6 @@ class Property:
def is_child(self):
return self.prev_child is not None
@property
def has_description(self) -> bool:
return bool(self.description)
@property
def is_indexed(self) -> bool:
return self.is_repeated and not self.is_unordered