1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-29 05:00:04 +00:00

removed unused macro

This commit is contained in:
2022-05-03 15:54:42 -05:00
parent ead2f08c87
commit 67f404dac6
2 changed files with 2 additions and 4 deletions

View File

@@ -10,8 +10,6 @@
#include "lconfig.h"
#define ARRAY_START 4
#ifdef DEBUG
# define LAIKA_DEBUG(...) printf("[~] " __VA_ARGS__); fflush(stdout);
#else