From: Philippe Proulx Date: Wed, 14 Jun 2017 06:50:29 +0000 (-0400) Subject: source.ctf.fs: remove ctf_fs_debug symbol X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=be1546bde135e26e1e43e31361d318108f31a89f source.ctf.fs: remove ctf_fs_debug symbol Not needed anymore because of the standardized logging. Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/ctf/fs-src/fs.c b/plugins/ctf/fs-src/fs.c index 0af06314..f6a9f791 100644 --- a/plugins/ctf/fs-src/fs.c +++ b/plugins/ctf/fs-src/fs.c @@ -52,9 +52,6 @@ #define BT_LOG_TAG "PLUGIN-CTF-FS-SRC" #include "logging.h" -BT_HIDDEN -bool ctf_fs_debug; - static int notif_iter_data_set_current_ds_file(struct ctf_fs_notif_iter_data *notif_iter_data) { @@ -1333,7 +1330,6 @@ enum bt_component_status ctf_fs_init(struct bt_private_component *priv_comp, struct ctf_fs_component *ctf_fs; enum bt_component_status ret = BT_COMPONENT_STATUS_OK; - ctf_fs_debug = g_strcmp0(getenv("CTF_FS_DEBUG"), "1") == 0; ctf_fs = ctf_fs_create(priv_comp, params); if (!ctf_fs) { ret = BT_COMPONENT_STATUS_ERROR;