Skip to content

Commit

Permalink
Update builder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkProfitSG authored May 4, 2021
1 parent f4d06da commit 4855b4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Builder/builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class Builder {

return str;
}
void skipMemPos(int& memPos, const char* data) {
for (int j = 0; j < *&data[memPos - 2]; j++) memPos++;
}
std::string getItemCategory(const char actionType) {
switch (actionType) {
case 0:
Expand Down

0 comments on commit 4855b4c

Please sign in to comment.