[gjs: 2/5] log: Remove unused debug topics
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/5] log: Remove unused debug topics
- Date: Sat, 31 Mar 2018 00:34:38 +0000 (UTC)
commit 8efd9b550b18293e61d4421f2a4bbb7810c18ed7
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Feb 8 00:24:14 2018 -0800
log: Remove unused debug topics
util/log.cpp | 24 ------------------------
util/log.h | 8 --------
2 files changed, 32 deletions(-)
---
diff --git a/util/log.cpp b/util/log.cpp
index 39fae4a4..213be8ea 100644
--- a/util/log.cpp
+++ b/util/log.cpp
@@ -218,30 +218,6 @@ _Pragma("GCC diagnostic pop")
case GJS_DEBUG_GPARAM:
prefix = "JS G PRM";
break;
- case GJS_DEBUG_DATABASE:
- prefix = "JS DB";
- break;
- case GJS_DEBUG_RESULTSET:
- prefix = "JS RS";
- break;
- case GJS_DEBUG_WEAK_HASH:
- prefix = "JS WEAK";
- break;
- case GJS_DEBUG_MAINLOOP:
- prefix = "JS MAINLOOP";
- break;
- case GJS_DEBUG_PROPS:
- prefix = "JS PROPS";
- break;
- case GJS_DEBUG_SCOPE:
- prefix = "JS SCOPE";
- break;
- case GJS_DEBUG_HTTP:
- prefix = "JS HTTP";
- break;
- case GJS_DEBUG_BYTE_ARRAY:
- prefix = "JS BYTE ARRAY";
- break;
case GJS_DEBUG_GERROR:
prefix = "JS G ERR";
break;
diff --git a/util/log.h b/util/log.h
index 1d5d298d..00b9d458 100644
--- a/util/log.h
+++ b/util/log.h
@@ -48,14 +48,6 @@ typedef enum {
GJS_DEBUG_GBOXED,
GJS_DEBUG_GENUM,
GJS_DEBUG_GPARAM,
- GJS_DEBUG_DATABASE,
- GJS_DEBUG_RESULTSET,
- GJS_DEBUG_WEAK_HASH,
- GJS_DEBUG_MAINLOOP,
- GJS_DEBUG_PROPS,
- GJS_DEBUG_SCOPE,
- GJS_DEBUG_HTTP,
- GJS_DEBUG_BYTE_ARRAY,
GJS_DEBUG_GERROR,
GJS_DEBUG_GFUNDAMENTAL,
} GjsDebugTopic;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]