Skip to content

Commit

Permalink
python: remove broken unused function
Browse files Browse the repository at this point in the history
Commit 85c8f71 should never have added this.

Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider authored and Ivan-Velickovic committed Apr 12, 2024
1 parent bb8210c commit d856814
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions seL4-platforms/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def toolchain_arch_str(self) -> str:
def cmake_toolchain_setting(self, mode: int) -> str:
return self.toolchain_arch_str() + str(mode)

def settings(self) -> str:
return self.settings

def get_image_platform(self, mode: int) -> str:
return self.image_platform or self.get_platform(mode)

Expand Down

0 comments on commit d856814

Please sign in to comment.