mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +01:00
libservo: Remove the Opts::trace_layout
(#39332)
This is currently unused, so it can be removed. Testing: This just removes an unused field, so does not require tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
64115c6197
commit
7b755471c7
2 changed files with 0 additions and 10 deletions
|
@ -793,10 +793,6 @@ fn print_debug_options_usage(app: &str) {
|
|||
"signpost",
|
||||
"Emit native OS signposts for profile events (currently macOS only)",
|
||||
);
|
||||
print_option(
|
||||
"trace-layout",
|
||||
"Write layout trace to an external file for debugging.",
|
||||
);
|
||||
print_option("wr-stats", "Show WebRender profiler on screen.");
|
||||
|
||||
println!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue