Revert "rustc: Create def IDs for region parameters"

This reverts commit 0d4cb75949.
This commit is contained in:
Patrick Walton 2012-03-09 14:40:36 -08:00
parent 0d4cb75949
commit e2f6052c6d
7 changed files with 841 additions and 899 deletions

View file

@ -434,7 +434,6 @@ impl of tr for ast::def {
ast::def_class_method(did0, did1) {
ast::def_class_method(did0.tr(xcx), did1.tr(xcx))
}
ast::def_region_param(did) { ast::def_region_param(did.tr(xcx)) }
}
}
}
@ -1005,4 +1004,4 @@ fn test_simplification() {
}
_ { fail; }
}
}
}