X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fassert.h;h=52349e6404cd469865a3da837866110b75997305;hb=1353b066072e;hp=dd9b91276730c342c1ee174bc912c52240f4893f;hpb=5b616db96266d25cb0749e472cfc78c4944675e2;p=babeltrace.git diff --git a/src/common/assert.h b/src/common/assert.h index dd9b9127..52349e64 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -17,7 +17,6 @@ extern "C" { #endif -BT_HIDDEN extern void bt_common_assert_failed(const char *file, int line, const char *func, const char *assertion) __attribute__((noreturn));