From 8d9f1bab756720fce7337d3d8cc5960b036a266e Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Wed, 8 Jul 2015 23:30:19 +0900 Subject: [PATCH] Remove a FIXME --- src/librustc_resolve/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs index 5d10b0d9a57b..0ec3979ccfb3 100644 --- a/src/librustc_resolve/lib.rs +++ b/src/librustc_resolve/lib.rs @@ -1844,11 +1844,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> { visit::walk_ty_param_bounds_helper(this, bounds); for trait_item in trait_items { - // Create a new rib for the trait_item-specific type - // parameters. - // - // FIXME #4951: Do we need a node ID here? - match trait_item.node { ast::ConstTraitItem(_, ref default) => { // Only impose the restrictions of