unused #define

This commit is contained in:
Kartik K. Agaram 2022-02-06 12:42:46 -08:00
parent be7da76696
commit a6addb8e42
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
#if defined(LUA_USE_LINUX)
#define LUA_USE_POSIX
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
#define LUA_USE_READLINE /* needs some extra libraries */
#endif
#if defined(LUA_USE_MACOSX)