0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore(test): remove unused function (#10537)

Remove a function that was forgotten in commit 2638aa03a5 from January.
This commit is contained in:
Ben Noordhuis 2021-05-09 01:10:46 +02:00 committed by GitHub
parent 18a684ab1c
commit aa4eb1c9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,10 +85,6 @@ pub fn tests_path() -> PathBuf {
root_path().join("cli").join("tests")
}
pub fn wpt_path() -> PathBuf {
root_path().join("test_util").join("wpt")
}
pub fn third_party_path() -> PathBuf {
root_path().join("third_party")
}