Skip to content

Commit 95a72e4

Browse files
committed
Remove unused function
1 parent 8fd96dd commit 95a72e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • graalpython/com.oracle.graal.python.test/src

graalpython/com.oracle.graal.python.test/src/runner.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,9 +1237,7 @@ def without_keys(self, keys: set[str]) -> 'Tag | None':
12371237
return self
12381238
return Tag(self.test_id, keys, is_exclusion=self.is_exclusion)
12391239

1240-
def is_platform_excluded(self, key: str) -> bool:
1241-
return key not in self.keys
1242-
1240+
12431241
def __str__(self):
12441242
s = ''
12451243
if self.is_exclusion:

0 commit comments

Comments
 (0)