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

Commit

Permalink
remove redundant return in MCInst_Init()
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 18, 2014
1 parent cff0362 commit cb6fc59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MCInst.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ void MCInst_Init(MCInst *inst)
{
inst->OpcodePub = 0;
inst->size = 0;

return;
}

void MCInst_clear(MCInst *inst)
Expand Down

0 comments on commit cb6fc59

Please sign in to comment.