diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ce70e65..adbd642 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,9 +32,7 @@ int main(int argc, char* argv[]) #elif defined __unix__ #elif defined __APPLE__ #endif -#undef BUFFER_SIZE luax_setfield_string(L, "_dir", buffer); - // boot boot(L); luax_close(L); |