From aa4eb1c9eccf53e8636a81e6a5b283c0ce7734ef Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 9 May 2021 01:10:46 +0200 Subject: chore(test): remove unused function (#10537) Remove a function that was forgotten in commit 2638aa03a5 from January. --- test_util/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test_util/src') 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") } -- cgit v1.2.3