Fix: lttng-ust-fd: remove lttng_ust_common_ctor call
[lttng-ust.git] / liblttng-ust-fd / lttng-ust-fd.c
index 513e757a659e6d0bd15e4ea4ad5cabef98c4c798..69c76dcacaa5ecd2397c328c5af3e25ac8ec5950 100644 (file)
@@ -78,8 +78,6 @@ void _lttng_ust_fd_ctor(void)
 static
 void _lttng_ust_fd_ctor(void)
 {
-       lttng_ust_common_ctor();
-
        /*
         * Initialize the function pointers to the original libc symbols in the
         * constructor since close() has to stay async-signal-safe and as such,
This page took 0.025005 seconds and 4 git commands to generate.