From be1546bde135e26e1e43e31361d318108f31a89f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 14 Jun 2017 02:50:29 -0400 Subject: [PATCH] source.ctf.fs: remove ctf_fs_debug symbol MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Not needed anymore because of the standardized logging. Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- plugins/ctf/fs-src/fs.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.34.1