Merge pull request #3373 from ProgramFOX/issue3366

Removed unused BlobMethods and CommentMethods traits, fixes #3366
This commit is contained in:
Jack Moffitt 2014-09-16 18:39:06 -06:00
commit 1544db8bb9
2 changed files with 0 additions and 6 deletions

View file

@ -40,9 +40,6 @@ impl Blob {
}
}
pub trait BlobMethods {
}
impl Reflectable for Blob {
fn reflector<'a>(&'a self) -> &'a Reflector {
&self.reflector_

View file

@ -45,9 +45,6 @@ impl Comment {
}
}
pub trait CommentMethods {
}
impl Reflectable for Comment {
fn reflector<'a>(&'a self) -> &'a Reflector {
self.characterdata.reflector()