Skip to content

Commit cb348bf

Browse files
committed
refactor: remove unused GraphvizUnflattenOptions class in DependencyGraphGenerator
1 parent 237ccf0 commit cb348bf

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

CodeLineCounter/Services/DependencyGraphGenerator.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
namespace CodeLineCounter.Services
1111
{
12-
public class GraphvizUnflattenOptions
13-
{
14-
public int ChainLimit { get; set; } = 0;
15-
public int MaxMinlen { get; set; } = 0;
16-
public bool DoFans { get; set; } = false;
17-
}
1812

1913
public static class DependencyGraphGenerator
2014
{

0 commit comments

Comments
 (0)