[vte] vteapp: Remove glib memory profiler support
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] vteapp: Remove glib memory profiler support
- Date: Mon, 28 Sep 2015 18:23:50 +0000 (UTC)
commit 4e636acd3434ce0a2111e492d7d74aaba1020323
Author: Christian Persch <chpe gnome org>
Date: Mon Sep 28 20:22:41 2015 +0200
vteapp: Remove glib memory profiler support
It's gone from glib.
src/vteapp.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/vteapp.c b/src/vteapp.c
index b219281..a5f7978 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -760,12 +760,6 @@ main(int argc, char **argv)
_vte_debug_init();
- /* Have to do this early. */
- if (getenv("VTE_PROFILE_MEMORY")) {
- if (atol(getenv("VTE_PROFILE_MEMORY")) != 0) {
- g_mem_set_vtable(glib_mem_profiler_table);
- }
- }
if (g_getenv("VTE_CJK_WIDTH")) {
g_printerr("VTE_CJK_WIDTH is not supported anymore, use --cjk-width instead\n");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]