Removed unused constant ErrOk

This commit is contained in:
Pavel Kirienko 2014-04-19 22:29:40 +04:00
parent 0440aa844d
commit 5fcfd7726b

View File

@ -16,7 +16,6 @@ namespace
* Functions that return signed integers may also return inverted error codes,
* i.e. returned value should be inverted back to get the actual error code.
*/
const int16_t ErrOk = 0;
const int16_t ErrFailure = 1;
const int16_t ErrInvalidParam = 2;
const int16_t ErrMemory = 3;