diff --git a/internal/core/algorithm/ngt/ngt.go b/internal/core/algorithm/ngt/ngt.go index ee816a00233..250c9b4c644 100644 --- a/internal/core/algorithm/ngt/ngt.go +++ b/internal/core/algorithm/ngt/ngt.go @@ -1146,7 +1146,6 @@ func fromCGraphStatistics(cstats *C.NGTGraphStatistics) *GraphStatistics { return goStats } - func (n *ngt) GetGraphStatistics( ctx context.Context, m statisticsType, ) (stats *GraphStatistics, err error) {