aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/comment.rs')
-rw-r--r--components/script/dom/comment.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/dom/comment.rs b/components/script/dom/comment.rs
index e50b24b2a58..fee61266cd3 100644
--- a/components/script/dom/comment.rs
+++ b/components/script/dom/comment.rs
@@ -45,9 +45,6 @@ impl Comment {
}
}
-pub trait CommentMethods {
-}
-
impl Reflectable for Comment {
fn reflector<'a>(&'a self) -> &'a Reflector {
self.characterdata.reflector()