Remove default to display field names in live
[babeltrace.git] / formats / lttng-live / lttng-live.c
index 831877ab36cc016de15ac50aef281510ad699f4b..44f7d596f8eb5200bf77ed8264b4c9f9e91f9979 100644 (file)
@@ -101,10 +101,6 @@ static int lttng_live_open_trace_read(const char *path)
        int ret = 0;
        struct lttng_live_ctx ctx;
 
-       /* set default */
-       opt_context_field_names = 1;
-       opt_payload_field_names = 1;
-
        ctx.session = g_new0(struct lttng_live_session, 1);
 
        /* We need a pointer to the context from the packet_seek function. */
This page took 0.023315 seconds and 4 git commands to generate.