Visibility hidden by default
[babeltrace.git] / src / py-common / py-common.c
index feb4cffab1a4e0b8451d66763da10e608cca4946..b2177f5cf0eb2a114ddecbefe9dd51fe2ff98c68 100644 (file)
@@ -73,7 +73,6 @@ end:
        return gstr;
 }
 
-BT_HIDDEN
 GString *bt_py_common_format_tb(PyObject *py_exc_tb, int log_level)
 {
        PyObject *traceback_module = NULL;
@@ -133,7 +132,6 @@ error:
        return msg_buf;
 }
 
-BT_HIDDEN
 GString *bt_py_common_format_exception(PyObject *py_exc_type,
                PyObject *py_exc_value, PyObject *py_exc_tb,
                int log_level, bool chain)
@@ -206,7 +204,6 @@ error:
        return msg_buf;
 }
 
-BT_HIDDEN
 GString *bt_py_common_format_current_exception(int log_level)
 {
        GString *result;
This page took 0.024242 seconds and 4 git commands to generate.