From 4855b4c59798f99262ccea942f64be7d835954c5 Mon Sep 17 00:00:00 2001 From: LinkProfit <56379103+LinkProfitSG@users.noreply.github.com> Date: Tue, 4 May 2021 13:15:49 +0800 Subject: [PATCH] Update builder.h --- Builder/builder.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Builder/builder.h b/Builder/builder.h index 77e1b44..492228b 100644 --- a/Builder/builder.h +++ b/Builder/builder.h @@ -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: