Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions treeppl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
from .serialization import from_json, to_json

def get_tpplc_binary():
tpplc = shutil.which("tpplc")
if tpplc:
return tpplc

# NOTE(vipa, 2025-06-04): The selfcontained compiler must be
# deployed to a directory somewhere. There are three important
# limitatations:
Expand Down