diff options
author | Sverker Eriksson <[email protected]> | 2015-11-13 18:04:09 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-27 19:28:26 +0100 |
commit | 99e6213c0f0cebaa01f8310b6950a814cf4b21ee (patch) | |
tree | 4cea14183b77db375eb24f668d8afaa0d93f98d7 /erts/emulator/beam/hash.h | |
parent | 80bbe3b23ad7781e43dfea3a84203956ccab6a10 (diff) | |
download | otp-99e6213c0f0cebaa01f8310b6950a814cf4b21ee.tar.gz otp-99e6213c0f0cebaa01f8310b6950a814cf4b21ee.tar.bz2 otp-99e6213c0f0cebaa01f8310b6950a814cf4b21ee.zip |
erts: Remove dead code erts_hash_merge
Diffstat (limited to 'erts/emulator/beam/hash.h')
-rw-r--r-- | erts/emulator/beam/hash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/hash.h b/erts/emulator/beam/hash.h index 87fdb360e3..c9e75d7acf 100644 --- a/erts/emulator/beam/hash.h +++ b/erts/emulator/beam/hash.h @@ -93,6 +93,4 @@ void* hash_erase(Hash*, void*); void* hash_remove(Hash*, void*); void hash_foreach(Hash*, void (*func)(void *, void *), void *); -void erts_hash_merge(Hash* src, Hash* dst); - #endif |