From fb4440038ea305929d7f46c0ea651994b412483f Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 15 May 2013 17:08:52 +0200 Subject: Replace gc stat lock with sched spec data --- erts/emulator/beam/global.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'erts/emulator/beam/global.h') diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 012c1c7e6a..ef6320493f 100755 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -688,12 +688,6 @@ void MD5Final(unsigned char [16], MD5_CTX *); /* ggc.c */ - -typedef struct { - Uint garbage_collections; - Uint reclaimed; -} ErtsGCInfo; - void erts_gc_info(ErtsGCInfo *gcip); void erts_init_gc(void); int erts_garbage_collect(Process*, int, Eterm*, int); -- cgit v1.2.3