common: move copy_filter_bytecode to bytecode.c and rename it
[lttng-tools.git] / src / bin / lttng-sessiond / utils.h
index 2492bb0f6f646a149490282f34a442e49116cac5..ff8deaec45597b64ab88a366b1c7cec39a89ec4d 100644 (file)
@@ -19,7 +19,5 @@ int loglevels_match(int a_loglevel_type, int a_loglevel_value,
        int b_loglevel_type, int b_loglevel_value, int loglevel_all_type);
 const char *session_get_base_path(const struct ltt_session *session);
 const char *consumer_output_get_base_path(const struct consumer_output *output);
-struct lttng_filter_bytecode *lttng_filter_bytecode_copy(
-               const struct lttng_filter_bytecode *orig_f);
 
 #endif /* _LTT_UTILS_H */
This page took 0.023305 seconds and 4 git commands to generate.