From dff4beae0278ae5b98c52b7e1162ceb318236256 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 1 Jul 2022 21:21:21 +0200 Subject: util-src: Remove Lua 5.1 compat macros Part of #1600 --- util-src/crand.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'util-src/crand.c') diff --git a/util-src/crand.c b/util-src/crand.c index e4104787..c6f0a3ba 100644 --- a/util-src/crand.c +++ b/util-src/crand.c @@ -124,9 +124,7 @@ static int Lrandom(lua_State *L) { } int luaopen_util_crand(lua_State *L) { -#if (LUA_VERSION_NUM > 501) luaL_checkversion(L); -#endif lua_createtable(L, 0, 2); lua_pushcfunction(L, Lrandom); -- cgit v1.2.3