Fix static build
[lttng-ust.git] / liblttng-ust / ust-core.c
index f9c00ff07bda1d72bea3f42d1ad5d999023ca908..60cdbfa91a2c876f5d5ae05db7a6ceae2a065df6 100644 (file)
 
 static CDS_LIST_HEAD(lttng_transport_list);
 
-void init_usterr(void)
-{
-       char *ust_debug;
-
-       if (ust_loglevel == UST_LOGLEVEL_UNKNOWN) {
-               ust_debug = getenv("LTTNG_UST_DEBUG");
-               if (ust_debug)
-                       ust_loglevel = UST_LOGLEVEL_DEBUG;
-               else
-                       ust_loglevel = UST_LOGLEVEL_NORMAL;
-       }
-}
-
 struct lttng_transport *lttng_transport_find(const char *name)
 {
        struct lttng_transport *transport;
This page took 0.023058 seconds and 4 git commands to generate.