summaryrefslogtreecommitdiff
path: root/core/detect/lua-cjson.c
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-24 17:18:19 +0800
committerruki <[email protected]>2022-12-24 17:18:19 +0800
commit984307d5445ddbc65a97dd42e37215737c686a40 (patch)
treebf2b6046ec66b9fd48e8527c697bf74cf8b7b766 /core/detect/lua-cjson.c
parent025b307d3b801fa67d1c087d398289f76ff607dc (diff)
remove makefile
Diffstat (limited to 'core/detect/lua-cjson.c')
-rw-r--r--core/detect/lua-cjson.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/detect/lua-cjson.c b/core/detect/lua-cjson.c
deleted file mode 100644
index 8e9d36ccd..000000000
--- a/core/detect/lua-cjson.c
+++ /dev/null
@@ -1,7 +0,0 @@
-int luaopen_cjson(void *l);
-
-int main()
-{
- luaopen_cjson(0);
- return 0;
-}