Remove legacy printf_verbose()/printf_debug() and others
[babeltrace.git] / lib / babeltrace.c
index 2b675eb299d4eb18a7efd5b6853ae70fe97aa43e..ab2b6bc8d2c82af3eb7d6623813c4c1fcc34aacf 100644 (file)
 #include <babeltrace/types.h>
 #include <stdlib.h>
 
-bt_bool babeltrace_verbose, babeltrace_debug;
-
-static
-void __attribute__((constructor)) init_babeltrace_lib(void)
-{
-       if (getenv("BABELTRACE_VERBOSE"))
-               babeltrace_verbose = BT_TRUE;
-       if (getenv("BABELTRACE_DEBUG"))
-               babeltrace_debug = BT_TRUE;
-}
-
 int bt_version_get_major(void)
 {
        return BT_VERSION_MAJOR;
This page took 0.022734 seconds and 4 git commands to generate.