Clean-up: Remove remaining max_t macros
[lttng-tools.git] / src / common / filter / filter-visitor-generate-bytecode.cpp
index d7f775775530d39923c6f919988691a3425a4e3f..252a83870e87032b1ab101286c9bf89e783d2dcc 100644 (file)
 #include "filter-ast.hpp"
 #include "filter-ir.hpp"
 
-#ifndef max_t
-#define max_t(type, a, b)      ((type) ((a) > (b) ? (a) : (b)))
-#endif
-
 static
 int recursive_visit_gen_bytecode(struct filter_parser_ctx *ctx,
                struct ir_op *node);
This page took 0.023264 seconds and 4 git commands to generate.