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
This commit is contained in:
Nazım Can Altınova 2023-05-22 13:16:59 +02:00 committed by Oriol Brufau
parent 2376747273
commit d9719a3946

View file

@ -27,7 +27,6 @@ servo-layout-2013 = []
servo-layout-2020 = []
gecko_debug = []
gecko_refcount_logging = []
gecko_profiler = []
[dependencies]
app_units = "0.7"