aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2011-05-10 20:59:36 +0200
committerRickard Green <[email protected]>2011-05-13 14:23:27 +0200
commit3da283a85f73132e73ab911154c2c0ff8797d61d (patch)
tree5830b4b55d18e5b3fd7b604d8d8b6f098d0c7a0b /erts/emulator/beam/global.h
parent425e282be62f8205b1ba262b112f38688b421c49 (diff)
downloadotp-3da283a85f73132e73ab911154c2c0ff8797d61d.tar.gz
otp-3da283a85f73132e73ab911154c2c0ff8797d61d.tar.bz2
otp-3da283a85f73132e73ab911154c2c0ff8797d61d.zip
Remove pointless erts_ports_alive variable
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 96da894d90..18dc9f75d5 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -527,7 +527,6 @@ union erl_off_heap_ptr {
/* arrays that get malloced at startup */
extern Port* erts_port;
-extern erts_smp_atomic_t erts_ports_alive;
extern Uint erts_max_ports;
extern Uint erts_port_tab_index_mask;