mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1551040 - Fix a warning by removing a now-unused use statement.
MANUAL PUSH: bustage on a CLOSED TREE.
This commit is contained in:
parent
08ce37b5ed
commit
281080fcd3
@ -279,7 +279,6 @@ impl DocumentCondition {
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
fn allowed_in(&self, context: &ParserContext) -> bool {
|
||||
use crate::stylesheets::Origin;
|
||||
use static_prefs::pref;
|
||||
|
||||
if context.in_ua_or_chrome_sheet() {
|
||||
|
Loading…
Reference in New Issue
Block a user