cleanup(userspace/engine): remove lua files and lua-related code sections

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-04-06 12:44:38 +00:00
committed by poiana
parent 7db9dd66ff
commit b74dcbd851
15 changed files with 1 additions and 2171 deletions

View File

@@ -28,17 +28,9 @@ limitations under the License.
#include "formats.h"
#include "lua_filter_helper.h"
extern "C" {
#include "lyaml.h"
}
#include "utils.h"
#include "banned.h" // This raises a compilation error when certain functions are used
string lua_on_event = "on_event";
string lua_print_stats = "print_stats";
const std::string falco_engine::s_default_ruleset = "falco-default-ruleset";
using namespace std;