aboutsummaryrefslogtreecommitdiffstats
path: root/components/macros/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-09-18 09:20:19 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-09-18 09:20:19 -0400
commit9607b468bc50496c0de3706d22efaa6fdc68b089 (patch)
tree85615a722eb65681ebccee8d98dc47c7895573c9 /components/macros/lib.rs
parent7158cac2dcaabacede36924f52167b8e7b402e7a (diff)
downloadservo-9607b468bc50496c0de3706d22efaa6fdc68b089.tar.gz
servo-9607b468bc50496c0de3706d22efaa6fdc68b089.zip
Revert "script: Use atom comparison in more places, especially for attributes." for persistent test failures.
This reverts commit 874db261046d6155b1942efa106d2e0014295d6d.
Diffstat (limited to 'components/macros/lib.rs')
-rw-r--r--components/macros/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/macros/lib.rs b/components/macros/lib.rs
index d0d35f88e68..1ce4832b19a 100644
--- a/components/macros/lib.rs
+++ b/components/macros/lib.rs
@@ -210,10 +210,6 @@ macro_rules! lazy_init(
)
)
-#[macro_export]
-macro_rules! satom(
- ($str:tt) => (Atom::new(atom!($str)))
-)
#[cfg(test)]
mod tests {