Remove the handler trash stack, which is now unused.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2005 07:32:05 +0000 (07:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Dec 2005 07:32:05 +0000 (07:32 +0000)
2005-12-30  Matthias Clasen  <mclasen@redhat.com>

* gsignal.c: Remove the handler trash stack, which
is now unused.

gobject/ChangeLog
gobject/gsignal.c

index 4946d34607a1b40553588c65575308209d5d7eb0..2e8ea18e69c8d283416faf85e82f65c1415b2add 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gsignal.c: Remove the handler trash stack, which
+       is now unused.
+
 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
 
        * gobject.symbols: Add new functions.
index 1da35bfb46f0578cd0fdc3741e3b3ca1b9784877..b878d70873f3eb7207760e932141963e0a68de1f 100644 (file)
@@ -226,9 +226,6 @@ static GBSearchConfig g_class_closure_bconfig = {
 static GHashTable    *g_handler_list_bsa_ht = NULL;
 static Emission      *g_recursive_emissions = NULL;
 static Emission      *g_restart_emissions = NULL;
-#ifndef DISABLE_MEM_POOLS
-static GTrashStack   *g_handler_ts = NULL;
-#endif
 static gulong         g_handler_sequential_number = 1;
 G_LOCK_DEFINE_STATIC (g_signal_mutex);
 #define        SIGNAL_LOCK()           G_LOCK (g_signal_mutex)