Remove the handler trash stack, which is now unused.

2005-12-30  Matthias Clasen  <mclasen@redhat.com>

	* gsignal.c: Remove the handler trash stack, which
	is now unused.
This commit is contained in:
Matthias Clasen 2005-12-30 07:32:05 +00:00 committed by Matthias Clasen
parent fd73fead6f
commit 5882074979
2 changed files with 5 additions and 3 deletions

View 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.

View 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)