Remove old references to libdeno (#7149)

This commit is contained in:
Max Drosdo.www 2020-08-22 05:36:44 +03:00 committed by GitHub
parent d444bd89db
commit 73288beb15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -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")