Skip to content

Commit

Permalink
Unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorlaxAssist committed Jul 19, 2024
1 parent ca91168 commit df1ef05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Utils/Fiu.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void fiuDecodeProto(lua_State* L, string src, vector<string> protoCode)
else if (
field == "debugname" || field == "isvararg" ||
field == "protos" || field == "code" ||
field == "lineinfoenabled" || field == "instructionlineinfo"
field == "lineinfoenabled" || field == "instructionlineinfo"
)
{
if (field == "isvararg")
Expand Down Expand Up @@ -479,7 +479,7 @@ string fiuEncodeProto(lua_State* L, int compact = 0)
}
if (
field == "debugname" || field == "isvararg" ||
field == "protos" || field == "code" || field == "debugcode" ||
field == "protos" || field == "code" ||
field == "lineinfoenabled" || field == "instructionlineinfo"
)
{
Expand Down

0 comments on commit df1ef05

Please sign in to comment.