mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 02:44:58 +08:00
Remove unnecessary code
This commit is contained in:
@@ -313,12 +313,5 @@
|
||||
}
|
||||
return group;
|
||||
}
|
||||
|
||||
public class DfsEdge : Tuple<int, int>
|
||||
{
|
||||
public DfsEdge(int item1, int item2) : base(item1, item2)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user