mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
fix: remove all unused code (#12360)
This commit is contained in:
+1
-1
@@ -952,7 +952,7 @@ func getMinioProcMetrics() MetricsGroup {
|
||||
metrics = append(metrics,
|
||||
Metric{
|
||||
Description: getMinIOProcessCPUTime(),
|
||||
Value: float64(stat.CPUTime()),
|
||||
Value: stat.CPUTime(),
|
||||
})
|
||||
return
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user