aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-05-15 17:08:52 +0200
committerLukas Larsson <[email protected]>2013-05-31 11:00:41 +0200
commitfb4440038ea305929d7f46c0ea651994b412483f (patch)
treeb7edd3f2aeff4e7f01974797608a28041256df57 /erts/emulator/beam/global.h
parent1932b1f4a9f4a8d083f9047b3ba1637dfea1c6d9 (diff)
downloadotp-fb4440038ea305929d7f46c0ea651994b412483f.tar.gz
otp-fb4440038ea305929d7f46c0ea651994b412483f.tar.bz2
otp-fb4440038ea305929d7f46c0ea651994b412483f.zip
Replace gc stat lock with sched spec data
Diffstat (limited to 'erts/emulator/beam/global.h')
-rwxr-xr-xerts/emulator/beam/global.h6
1 files changed, 0 insertions, 6 deletions
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);