diff options
Diffstat (limited to 'components/macros/lib.rs')
-rw-r--r-- | components/macros/lib.rs | 4 |
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 { |