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:
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")
|
||||
}
|
||||
|
||||
pub fn wpt_path() -> PathBuf {
|
||||
root_path().join("test_util").join("wpt")
|
||||
}
|
||||
|
||||
pub fn third_party_path() -> PathBuf {
|
||||
root_path().join("third_party")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue