mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Codegen: remove unneeded has_description property
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user