Cleanup: remove logically dead code
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 55d84f05efc852e444ffb48aa286435db18abf16..03acff110466405976fccdb509d85077377f532b 100644 (file)
@@ -100,8 +100,6 @@ int lttng_loglevel_match(int loglevel,
                enum lttng_ust_loglevel_type req_type,
                int req_loglevel)
 {
-       if (req_type == LTTNG_UST_LOGLEVEL_ALL)
-               return 1;
        if (!has_loglevel)
                loglevel = TRACE_DEFAULT;
        switch (req_type) {
This page took 0.023168 seconds and 4 git commands to generate.