From d9719a3946c57972ce393cfb096cf2b9c104c9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Mon, 22 May 2023 13:16:59 +0200 Subject: [PATCH] style: Remove the unused "gecko_profiler" feature from servo This was being used when we had special code for gecko profiler in the servo codebase but we just removed the last one. This is safe to remove now. The "enabled" feature in the gecko-profiler crate is being controlled by gkrust-shared directly now. Differential Revision: https://phabricator.services.mozilla.com/D120796 --- components/style/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 70219416452..b4eb6dc55c5 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -27,7 +27,6 @@ servo-layout-2013 = [] servo-layout-2020 = [] gecko_debug = [] gecko_refcount_logging = [] -gecko_profiler = [] [dependencies] app_units = "0.7"