mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Remove unusued params and functions (#8399)
This commit is contained in:
@@ -252,11 +252,11 @@ func handleCommonEnvVars() {
|
||||
|
||||
}
|
||||
|
||||
func logStartupMessage(msg string, data ...interface{}) {
|
||||
func logStartupMessage(msg string) {
|
||||
if globalConsoleSys != nil {
|
||||
globalConsoleSys.Send(msg, string(logger.All))
|
||||
}
|
||||
logger.StartupMessage(msg, data...)
|
||||
logger.StartupMessage(msg)
|
||||
}
|
||||
|
||||
func getTLSConfig() (x509Certs []*x509.Certificate, c *certs.Certs, secureConn bool, err error) {
|
||||
|
||||
Reference in New Issue
Block a user