about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2015-07-08 23:30:19 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2015-07-08 23:30:19 +0900
commit8d9f1bab756720fce7337d3d8cc5960b036a266e (patch)
tree4afe1b5aa57e1c4e3e2dfe01b5f8fdd10a748cba
parent26f0cd5de7f71a0db0bb3857ce49a11cd0f7d876 (diff)
downloadrust-8d9f1bab756720fce7337d3d8cc5960b036a266e.tar.gz
rust-8d9f1bab756720fce7337d3d8cc5960b036a266e.zip
Remove a FIXME
-rw-r--r--src/librustc_resolve/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs
index 5d10b0d9a57..0ec3979ccfb 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