mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-14 16:12:15 +01:00
app/vmselect/netstorage: remove unused code
This commit is contained in:
parent
c47972d843
commit
0d082cdf53
@ -1047,22 +1047,6 @@ func ExportBlocks(at *auth.Token, sq *storage.SearchQuery, deadline searchutils.
|
|||||||
return isPartialResult, nil
|
return isPartialResult, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type exportWork struct {
|
|
||||||
mn storage.MetricName
|
|
||||||
b storage.Block
|
|
||||||
}
|
|
||||||
|
|
||||||
func (xw *exportWork) reset() {
|
|
||||||
xw.mn.Reset()
|
|
||||||
xw.b.Reset()
|
|
||||||
}
|
|
||||||
|
|
||||||
var exportWorkPool = &sync.Pool{
|
|
||||||
New: func() interface{} {
|
|
||||||
return &exportWork{}
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
// ProcessSearchQuery performs sq until the given deadline.
|
// ProcessSearchQuery performs sq until the given deadline.
|
||||||
//
|
//
|
||||||
// Results.RunParallel or Results.Cancel must be called on the returned Results.
|
// Results.RunParallel or Results.Cancel must be called on the returned Results.
|
||||||
|
Loading…
Reference in New Issue
Block a user