summaryrefslogtreecommitdiff
path: root/core/detect
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:52:54 +0800
committerruki <[email protected]>2022-11-30 23:52:54 +0800
commita758f2d6a14af3e4d2acab53f12e91be64ab906a (patch)
treed46cc2642af17215c9d8a914bc144982c2b8e556 /core/detect
parent45e9be5a1eaa6588633fee019cb0b14c3e9d6775 (diff)
improve makefile
Diffstat (limited to 'core/detect')
-rw-r--r--core/detect/luajit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/detect/luajit.c b/core/detect/luajit.c
deleted file mode 100644
index 96e8c0ccc..000000000
--- a/core/detect/luajit.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <luajit.h>
-
-int main()
-{
- lua_pcall(0, 0, 0, 0);
- return 0;
-}