Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix(core): Remove unused status code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Mar 11, 2019
1 parent fb4396a commit 9367ff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions accelerator/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ typedef enum {
// CClient module
SC_CCLIENT_OOM = 0x01 | SC_MODULE_CCLIENT | SC_SEVERITY_FATAL,
/**< Fail to create cclient object */
SC_CCLIENT_JSON_PARSE = 0x02 | SC_MODULE_CCLIENT | SC_SEVERITY_MODERATE,
/**< Fail to parse cclient response */
SC_CCLIENT_FAILED_RESPONSE = 0x03 | SC_MODULE_CCLIENT | SC_SEVERITY_FATAL,
/**< Error in cclient response */
SC_CCLIENT_INVALID_FLEX_TRITS = 0x04 | SC_MODULE_CCLIENT | SC_SEVERITY_MAJOR,
Expand Down

0 comments on commit 9367ff2

Please sign in to comment.