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