mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 15:44:36 +00:00
chore(test): remove unused function (#10537)
Remove a function that was forgotten in commit 2638aa03a5
from January.
This commit is contained in:
parent
18a684ab1c
commit
aa4eb1c9ec
1 changed files with 0 additions and 4 deletions
|
@ -85,10 +85,6 @@ pub fn tests_path() -> PathBuf {
|
||||||
root_path().join("cli").join("tests")
|
root_path().join("cli").join("tests")
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn wpt_path() -> PathBuf {
|
|
||||||
root_path().join("test_util").join("wpt")
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn third_party_path() -> PathBuf {
|
pub fn third_party_path() -> PathBuf {
|
||||||
root_path().join("third_party")
|
root_path().join("third_party")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue