Remove NotSupported error redundant with NotImplemented (#5074)

This commit is contained in:
Harshavardhana
2017-10-16 19:41:06 -07:00
committed by Nitish Tiwari
parent b2cbade477
commit 53e133e844
4 changed files with 0 additions and 19 deletions

View File

@@ -103,10 +103,6 @@ func TestAPIErrCode(t *testing.T) {
StorageFull{},
ErrStorageFull,
},
{
NotSupported{},
ErrNotSupported,
},
{
NotImplemented{},
ErrNotImplemented,