X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=liblttng-ust%2Fltt-events.c;h=2f94d8c9c10b745f19b6725936aa072fecb7c7c0;hb=6b0e60f149100b0b83b4a813689f75b04b3acb8f;hp=85afc1ba63599027ea930d4aea52a0f07856241c;hpb=939950af98d044a3b0632cad5293f91cb1493ef8;p=lttng-ust.git diff --git a/liblttng-ust/ltt-events.c b/liblttng-ust/ltt-events.c index 85afc1ba..2f94d8c9 100644 --- a/liblttng-ust/ltt-events.c +++ b/liblttng-ust/ltt-events.c @@ -548,9 +548,6 @@ int ltt_event_create(struct ltt_channel *chan, goto add_pending_error; } break; - case LTTNG_UST_TRACEPOINT_LOGLEVEL: - assert(0); - break; default: WARN_ON_ONCE(1); }