Skip to content

Commit

Permalink
odb: removing unused helper function
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <[email protected]>
  • Loading branch information
fgaray committed Nov 22, 2023
1 parent 5199285 commit 2caf66f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/odb/src/codeGenerator/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,3 @@ def get_ref_type(type_name):
return None

return type_name[6:-1] + "*"

def has_destructible_field(klass):
for field in klass["fields"]:
return True
return False

0 comments on commit 2caf66f

Please sign in to comment.