Skip to content

Commit

Permalink
Remove duplicated NULL_TEST define.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron committed Dec 13, 2024
1 parent 64d7a6a commit 4b47c24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/Lua/LuaSyncedRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2978,8 +2978,6 @@ int LuaSyncedRead::GetUnitsInRectangle(lua_State* L)
const int readAllyTeam = CLuaHandle::GetHandleReadAllyTeam(L);
const bool fullRead = CLuaHandle::GetHandleFullRead(L);

#define NULL_TEST ; // no test, GetUnitsExact is sufficient

#define RECTANGLE_TEST \
const float x = p.x; \
const float z = p.z; \
Expand Down

0 comments on commit 4b47c24

Please sign in to comment.