Skip to content

Commit

Permalink
remove parserfull get method
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 committed Jan 13, 2024
1 parent e33ba30 commit 57b118e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions app/src/substrate_dispatch_V2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,16 +1545,6 @@ const char* _getMethod_Name_V2(uint8_t moduleIdx, uint8_t callIdx)
return STR_ME_AS_DERIVATIVE;
case 258: /* module 1 call 2 */
return STR_ME_BATCH_ALL;
default:
return _getMethod_Name_V2_ParserFull(callPrivIdx);
}

return NULL;
}

const char* _getMethod_Name_V2_ParserFull(uint16_t callPrivIdx)
{
switch (callPrivIdx) {
#ifdef SUBSTRATE_PARSER_FULL
case 0: /* module 0 call 0 */
return STR_ME_FILL_BLOCK;
Expand Down
1 change: 0 additions & 1 deletion app/src/substrate_dispatch_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ parser_error_t _readMethod_V2(parser_context_t* c, uint8_t moduleIdx, uint8_t ca
const char* _getMethod_ModuleName_V2(uint8_t moduleIdx);

const char* _getMethod_Name_V2(uint8_t moduleIdx, uint8_t callIdx);
const char* _getMethod_Name_V2_ParserFull(uint16_t callPrivIdx);

const char* _getMethod_ItemName_V2(uint8_t moduleIdx, uint8_t callIdx, uint8_t itemIdx);

Expand Down

0 comments on commit 57b118e

Please sign in to comment.