Move event-expr-to-bytecode to event-expr
[lttng-tools.git] / src / common / event-expr-to-bytecode.h
diff --git a/src/common/event-expr-to-bytecode.h b/src/common/event-expr-to-bytecode.h
deleted file mode 100644 (file)
index 9d7d57a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef SRC_COMMON_EVENT_EXPR_TO_BYTECODE_H
-#define SRC_COMMON_EVENT_EXPR_TO_BYTECODE_H
-
-/*
- * Copyright 2020 EfficiOS, Inc.
- *
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- */
-
-#include <common/macros.h>
-
-struct lttng_bytecode;
-struct lttng_event_expr;
-
-LTTNG_HIDDEN
-int lttng_event_expr_to_bytecode (const struct lttng_event_expr *expr,
-               struct lttng_bytecode **bytecode_out);
-
-#endif /* SRC_COMMON_EVENT_EXPR_TO_BYTECODE_H */
This page took 0.023129 seconds and 4 git commands to generate.