Changeset 5060

Show
Ignore:
Timestamp:
12/03/07 01:22:32 (9 months ago)
Author:
morris
Message:

Remove unused

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/thread/wi-thread.c

    r5059 r5060  
    185185static void * _wi_thread_trampoline(void *arg) { 
    186186        void                                    **vector = (void **) arg; 
    187         wi_hash_t                               *hash; 
    188187        wi_thread_func_t                *function; 
    189188        wi_runtime_instance_t   *argument;