Remove leftover? of old code

This commit is contained in:
bjorn3 2017-06-03 18:34:59 +02:00 committed by GitHub
parent 472199e729
commit 6f8426ade5

View File

@ -133,7 +133,6 @@ enum Node {
Region(ty::RegionKind),
}
// type Edge = Constraint;
#[derive(Clone, PartialEq, Eq, Debug, Copy)]
enum Edge<'tcx> {
Constraint(Constraint<'tcx>),