Cleanup: remove logically dead code
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 26601a671c976506587564fe556f7eabc16a7566..4bd2b9375a40c2420209bd4e96f734e56c802577 100644 (file)
@@ -106,8 +106,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.023197 seconds and 4 git commands to generate.