diff options
author | Sverker Eriksson <[email protected]> | 2017-11-21 15:40:22 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-21 18:53:12 +0100 |
commit | f3014f40a1e81e2f83c261e541ade39b7dcda24d (patch) | |
tree | f996bca0efa79504ebeb9825ef5e7f4e753cd286 /erts | |
parent | 19c9f3a61fbef3682056bab3db4787cd763bd06e (diff) | |
download | otp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.tar.gz otp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.tar.bz2 otp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.zip |
erts: Remove obsolete comments
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/erl_binary.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/emulator/beam/erl_binary.h b/erts/emulator/beam/erl_binary.h index 05007e864e..46653a8580 100644 --- a/erts/emulator/beam/erl_binary.h +++ b/erts/emulator/beam/erl_binary.h @@ -363,8 +363,6 @@ erts_free_aligned_binary_bytes(byte* buf) # define CHICKEN_PAD (sizeof(void*) - 1) #endif -/* Caller must initialize 'refc' -*/ ERTS_GLB_INLINE Binary * erts_bin_drv_alloc_fnf(Uint size) { @@ -383,8 +381,6 @@ erts_bin_drv_alloc_fnf(Uint size) return res; } -/* Caller must initialize 'refc' -*/ ERTS_GLB_INLINE Binary * erts_bin_drv_alloc(Uint size) { @@ -401,9 +397,6 @@ erts_bin_drv_alloc(Uint size) return res; } - -/* Caller must initialize 'refc' -*/ ERTS_GLB_INLINE Binary * erts_bin_nrml_alloc(Uint size) { |