aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/atom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/atom.rs')
-rw-r--r--components/util/atom.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/components/util/atom.rs b/components/util/atom.rs
index 14215d66528..49cb047768e 100644
--- a/components/util/atom.rs
+++ b/components/util/atom.rs
@@ -18,13 +18,6 @@ pub struct Atom {
impl Atom {
#[inline(always)]
- pub fn new(atom: atom::Atom) -> Atom {
- Atom {
- atom: atom,
- }
- }
-
- #[inline(always)]
pub fn from_slice(slice: &str) -> Atom {
Atom {
atom: atom::Atom::from_slice(slice)