mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove rtinstrument (fixes #4600).
The code has been disabled during the last rust upgrade, and has not found an owner. Since the next rust upgrade will bitrot it even more, it is better to remove it for now. If anyone wishes to restore it, the code remains in version history.
This commit is contained in:
parent
024571dfa3
commit
ee4c56bd8b
4 changed files with 6 additions and 218 deletions
|
@ -32,10 +32,6 @@ use libc::c_int;
|
|||
#[cfg(not(test))]
|
||||
use servo_util::opts;
|
||||
|
||||
// FIXME: Find replacement for this post-runtime removal
|
||||
//#[cfg(not(test))]
|
||||
//use servo_util::rtinstrument;
|
||||
|
||||
#[cfg(not(test))]
|
||||
use servo::Browser;
|
||||
#[cfg(not(test))]
|
||||
|
@ -161,8 +157,6 @@ fn main() {
|
|||
browser
|
||||
} = browser;
|
||||
browser.shutdown();
|
||||
|
||||
//rtinstrument::teardown();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue