mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Removed dead code
This commit is contained in:
parent
ce0bffb31a
commit
1078c5ff27
1 changed files with 0 additions and 4 deletions
4
gc.c
4
gc.c
|
@ -146,10 +146,6 @@ void gc_initialize()
|
|||
mark_stack = vpbuffer_realloc(mark_stack, &(mark_stack_len));
|
||||
|
||||
// Here is as good a place as any to do this...
|
||||
if (pthread_mutex_init(&(heap_lock), NULL) != 0) {
|
||||
fprintf(stderr, "Unable to initialize heap_lock mutex\n");
|
||||
exit(1);
|
||||
}
|
||||
if (pthread_mutex_init(&(mutators_lock), NULL) != 0) {
|
||||
fprintf(stderr, "Unable to initialize mutators_lock mutex\n");
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue