[gnumeric] libgnumeric: dead kittens.



commit 7f5f6a97c32c817132a35351a9bd9cffe061753a
Author: Morten Welinder <terra gnome org>
Date:   Sun Oct 2 19:26:27 2016 -0400

    libgnumeric: dead kittens.

 ChangeLog         |    5 +++++
 src/libgnumeric.c |    7 -------
 2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6f2eeb0..9b3991c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-02  Morten Welinder  <terra gnome org>
+
+       * src/libgnumeric.c (gnm_pre_parse_init): Don't pretend the
+       g_mem_set_vtable stuff actually works anymore.
+
 2016-08-21  Morten Welinder  <terra gnome org>
 
        * src/sstest.c (options): Add --fast option.
diff --git a/src/libgnumeric.c b/src/libgnumeric.c
index bf816ed..aecf84e 100644
--- a/src/libgnumeric.c
+++ b/src/libgnumeric.c
@@ -217,7 +217,6 @@ gnm_get_option_group (void)
 gchar const **
 gnm_pre_parse_init (int argc, gchar const **argv)
 {
-       const char *gnm_debug;
 /*
  * NO CODE BEFORE THIS POINT, PLEASE!
  *
@@ -253,12 +252,6 @@ gnm_pre_parse_init (int argc, gchar const **argv)
 #endif
        }
 
-       /* We cannot use gnm_debug_flag yet.  See 627840.  */
-       gnm_debug = getenv ("GNM_DEBUG");
-       if (gnm_debug && strstr (gnm_debug, "gmemdebug")) {
-               g_mem_set_vtable (glib_mem_profiler_table);
-       }
-
        /* On win32 argv contains 'ansi' encoded args.  We need to manually
         * pull in the real versions and convert them to utf-8 */
        argv = go_shell_argv_to_glib_encoding (argc, argv);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]