diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2021-05-09 01:10:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 01:10:46 +0200 |
commit | aa4eb1c9eccf53e8636a81e6a5b283c0ce7734ef (patch) | |
tree | 73bb26fd9cacb2904296e0155c7477e5075887c0 | |
parent | 18a684ab1c20914e13c27bc10e20bda6396ea38d (diff) |
chore(test): remove unused function (#10537)
Remove a function that was forgotten in commit 2638aa03a5 from January.
-rw-r--r-- | test_util/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index b5719a58b..31aa07177 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -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") } |