mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
2376747273
commit
d9719a3946
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ servo-layout-2013 = []
|
|||
servo-layout-2020 = []
|
||||
gecko_debug = []
|
||||
gecko_refcount_logging = []
|
||||
gecko_profiler = []
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue