diff options
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index c2e13a53b1e..3aec353f6e6 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -698,10 +698,6 @@ impl Visitor<()> for NewNameFinderContext { } } - fn visit_ty(&mut self, typ: &ast::Ty, _: ()) { - visit::walk_ty(self, typ, ()) - } - } // return a visitor that extracts the pat_ident paths @@ -1051,11 +1047,6 @@ mod test { _ => visit::walk_expr(self,expr,()) } } - - fn visit_ty(&mut self, typ: &ast::Ty, _: ()) { - visit::walk_ty(self, typ, ()) - } - } // return a visitor that extracts the paths |
