libsysprof-capture: Stop defining G_LOG_DOMAIN

libsysprof-capture no longer calls any of the GLib logging functions
which make use of it.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-07-02 09:56:27 +01:00
parent e4813cd729
commit 607af73676
10 changed files with 0 additions and 20 deletions

View File

@ -18,8 +18,6 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#define G_LOG_DOMAIN "mapped-ring-buffer"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-capture-condition"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-capture-cursor"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-capture-reader"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-capture-util"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-cat"
#include "config.h"
#include <glib/gstdio.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-capture-writer"
#include "config.h"
#ifndef _GNU_SOURCE

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-clock"
#include "config.h"
#include <assert.h>

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-collector"
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif

View File

@ -54,8 +54,6 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#define G_LOG_DOMAIN "sysprof-platform"
#include "config.h"
#include <glib.h>