From c60bb6ad1cecd080e7714da3079805ff99b5ef58 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 3 Aug 2005 15:49:17 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/dict.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ase/stx/dict.c b/ase/stx/dict.c index 313c551f..ad09fcb2 100644 --- a/ase/stx/dict.c +++ b/ase/stx/dict.c @@ -1,5 +1,5 @@ /* - * $Id: dict.c,v 1.6 2005-07-30 05:11:39 bacon Exp $ + * $Id: dict.c,v 1.7 2005-08-03 15:49:17 bacon Exp $ */ #include @@ -17,7 +17,6 @@ xp_word_t __new_association ( data[0] = key; data[1] = value; #endif - x = xp_stx_alloc_word_object ( stx, data, XP_STX_ASSOCIATION_SIZE, XP_NULL, 0); XP_STX_CLASS(stx,x) = stx->class_association;