mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-30 06:38:00 +00:00
refactor(engine): remove unused lua modules
Both the parser.lua and compiler.lua modules are not necessary anymore, because all the logic related to filter parsing and compilation is handled inside libsinsp now. Accordingly, they have been removed from the lua-to-cpp.sh scripts. README.md and parse-smoke.sh have been removed since they are not needed anymore: lpeg is not used by the project, and the smoke tests are implemented in libsisnsp unit test suite. Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -61,12 +61,6 @@ for file in *.lua */*.lua; do
|
||||
done
|
||||
popd
|
||||
|
||||
pushd ${LUA_FILE_DIR}/modules
|
||||
for file in *.lua; do
|
||||
add_lua_file $file "true"
|
||||
done
|
||||
popd
|
||||
|
||||
# Any .lua files in this directory are treated as code with functions
|
||||
# to execute.
|
||||
pushd ${LUA_FILE_DIR}
|
||||
|
Reference in New Issue
Block a user