mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 12:05:58 +01:00
Remove unused method from Network.Builder class
This commit is contained in:
parent
8aa3df5878
commit
bdff2c5053
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ class Network(
|
|||
return this
|
||||
}
|
||||
|
||||
fun getNode(fingerprint: Fingerprint): Node? {
|
||||
return nodes[fingerprint]
|
||||
}
|
||||
|
||||
fun addEdge(edge: EdgeComponent): Builder {
|
||||
protoEdges.getOrPut(Pair(edge.issuer.fingerprint, edge.target.fingerprint)) {
|
||||
Edge.empty(edge.issuer, edge.target)
|
||||
|
|
Loading…
Reference in a new issue