X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-fd%2Flttng-ust-fd.c;h=69c76dcacaa5ecd2397c328c5af3e25ac8ec5950;hb=7a3433fa703db8b2c8b929b2f2c9c43484ec49f6;hp=513e757a659e6d0bd15e4ea4ad5cabef98c4c798;hpb=595c15773def8e249145c4dead560ba7329810c7;p=lttng-ust.git diff --git a/liblttng-ust-fd/lttng-ust-fd.c b/liblttng-ust-fd/lttng-ust-fd.c index 513e757a..69c76dca 100644 --- a/liblttng-ust-fd/lttng-ust-fd.c +++ b/liblttng-ust-fd/lttng-ust-fd.c @@ -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,