X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=17d4af7d99c9a41b0eadb98d2aef1f6a21282fce;hb=ebd0404825a8b8b7d5701933f0acfcd3a8b534a7;hp=3fa03b5953cc33bcdd5145ffe5edeb3fcbfe2a0e;hpb=04394229f0daeeb36a09ea64f3208fe051fd9ca0;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 3fa03b59..17d4af7d 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -40,7 +40,6 @@ struct bt_ctf_writer { int frozen; /* Protects attributes that can't be changed mid-trace */ struct bt_ctf_trace *trace; GString *path; - int trace_dir_fd; int metadata_fd; };