Skip to content

Commit d9c7c12

Browse files
committed
Remove unused functions
1 parent efe2cfc commit d9c7c12

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,6 @@ def get_jdk():
246246
return mx.get_jdk()
247247

248248

249-
def has_suite(name):
250-
return mx.suite(name, fatalIfMissing=False)
251-
252-
253-
def is_ee():
254-
return has_suite('graal-enterprise')
255-
256-
257249
# Called from suite.py
258250
def graalpy_standalone_deps():
259251
deps = mx_truffle.resolve_truffle_dist_names()

0 commit comments

Comments
 (0)