sink.ctf.fs: Remove unused function
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 18 Apr 2019 14:12:24 +0000 (10:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
plugins/ctf/fs-sink/translate-trace-ir-to-ctf-ir.c

index 9f0026c7bd1574fc8cf22506da25ccf0700e45b2..ccc3d9a136ebe25b7cf82cb34034010aa4910716 100644 (file)
@@ -154,15 +154,6 @@ void cur_path_stack_pop(struct ctx *ctx)
        g_array_set_size(ctx->cur_path, ctx->cur_path->len - 1);
 }
 
-static inline
-struct field_path_elem *get_field_path_elem(
-               GArray *full_field_path, uint64_t i)
-{
-       return &g_array_index(full_field_path, struct field_path_elem,
-               i);
-}
-
-
 /*
  * Creates a relative field ref (a single name) from IR field path
  * `tgt_ir_field_path`.
This page took 0.024417 seconds and 4 git commands to generate.