mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 15:47:01 +08:00
graph: clean up lint
This commit is contained in:
@@ -114,7 +114,6 @@ func undirectedNamedIDGraphFrom(g []intset) graph.Graph {
|
||||
|
||||
type attrNode struct {
|
||||
id int64
|
||||
name string
|
||||
attr []encoding.Attribute
|
||||
}
|
||||
|
||||
@@ -248,8 +247,6 @@ func undirectedEdgeAttrGraphFrom(g []intset, attr map[edge][]encoding.Attribute)
|
||||
type portedEdge struct {
|
||||
from, to graph.Node
|
||||
|
||||
directed bool
|
||||
|
||||
fromPort string
|
||||
fromCompass string
|
||||
toPort string
|
||||
|
Reference in New Issue
Block a user