X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Ftrace.h;h=b83877a685f1cbf9fa3d0a2d7f31f32017edcbfe;hb=da91b29ad2964b85601e25843f1dca92f6c97406;hp=68af9a8b48d0203711f0c971f7a03c77d40ee6ab;hpb=65300d60e4b4f167e5fc8f584677757ce09a3844;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/trace.h b/include/babeltrace/ctf-writer/trace.h index 68af9a8b..b83877a6 100644 --- a/include/babeltrace/ctf-writer/trace.h +++ b/include/babeltrace/ctf-writer/trace.h @@ -65,10 +65,6 @@ extern struct bt_value * bt_ctf_trace_get_environment_field_value_by_name( struct bt_ctf_trace *trace, const char *name); -extern int bt_ctf_trace_set_environment_field( - struct bt_ctf_trace *trace, const char *name, - struct bt_value *value); - extern int bt_ctf_trace_set_environment_field_integer( struct bt_ctf_trace *trace, const char *name, int64_t value);