Remove unnecessary code

This commit is contained in:
BobLd
2020-01-19 15:28:23 +00:00
committed by Eliot Jones
parent 0cbf3434bc
commit 380c36918b

View File

@@ -313,12 +313,5 @@
}
return group;
}
public class DfsEdge : Tuple<int, int>
{
public DfsEdge(int item1, int item2) : base(item1, item2)
{
}
}
}
}