mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
pt-galera-log-explainer: removed whois deadcode
This commit is contained in:
@@ -21,8 +21,6 @@ type WhoisValue struct {
|
|||||||
SubNodes map[string]*WhoisNode `json:",omitempty"` // associating the next node to a type of value (uuid, ip, node name)
|
SubNodes map[string]*WhoisNode `json:",omitempty"` // associating the next node to a type of value (uuid, ip, node name)
|
||||||
}
|
}
|
||||||
|
|
||||||
type subNode map[string]*WhoisNode
|
|
||||||
|
|
||||||
// When initiating recursion, instead of iterating over maps we should iterate over a fixed order of types
|
// When initiating recursion, instead of iterating over maps we should iterate over a fixed order of types
|
||||||
// maps orders are not guaranteed, and there are multiple paths of identifying information
|
// maps orders are not guaranteed, and there are multiple paths of identifying information
|
||||||
// Forcing the order ultimately helps to provide repeatable output, so it helps with regression tests
|
// Forcing the order ultimately helps to provide repeatable output, so it helps with regression tests
|
||||||
|
Reference in New Issue
Block a user