mirror of
https://github.com/minio/minio.git
synced 2025-11-25 03:56:17 -05:00
fix: remove all unused code (#12360)
This commit is contained in:
@@ -70,6 +70,7 @@ func getSysinfoMemoryLimit() (limit uint64, err error) {
|
||||
|
||||
// Total RAM is always the multiplicative value
|
||||
// of unit size and total ram.
|
||||
//nolint:unconvert
|
||||
return uint64(unit) * uint64(totalRAM), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user