aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/macros.rs')
-rw-r--r--components/style/macros.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/macros.rs b/components/style/macros.rs
index bdbaaab5dbe..aeec5516fda 100644
--- a/components/style/macros.rs
+++ b/components/style/macros.rs
@@ -20,8 +20,6 @@ macro_rules! trivial_to_computed_value {
}
}
-trivial_to_computed_value!(i32);
-
/// A macro to parse an identifier, or return an `UnexpectedIndent` error
/// otherwise.
///