diff options
Diffstat (limited to 'tools/util.py')
-rw-r--r-- | tools/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/util.py b/tools/util.py index e5dcaccce..889afae82 100644 --- a/tools/util.py +++ b/tools/util.py @@ -20,7 +20,6 @@ else: executable_suffix = ".exe" if os.name == "nt" else "" root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) -libdeno_path = os.path.join(root_path, "core", "libdeno") tests_path = os.path.join(root_path, "cli/tests") third_party_path = os.path.join(root_path, "third_party") |