Remove unused functions and constants (#6175)

This commit is contained in:
Harshavardhana
2018-07-20 11:07:43 -07:00
committed by Nitish Tiwari
parent 963a70053b
commit 36ab615518
6 changed files with 4 additions and 52 deletions
-6
View File
@@ -120,12 +120,6 @@ Example 1:
"",
)
uiErrUnableToReadFromBackend = newUIErrFn(
"Unable to read from the backend",
"Please ensure Minio binary has read permissions for the backend",
"",
)
uiErrPortAlreadyInUse = newUIErrFn(
"Port is already in use",
"Please ensure no other program uses the same address/port",