aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_binary.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-11-21 15:40:22 +0100
committerSverker Eriksson <[email protected]>2017-11-21 18:53:12 +0100
commitf3014f40a1e81e2f83c261e541ade39b7dcda24d (patch)
treef996bca0efa79504ebeb9825ef5e7f4e753cd286 /erts/emulator/beam/erl_binary.h
parent19c9f3a61fbef3682056bab3db4787cd763bd06e (diff)
downloadotp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.tar.gz
otp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.tar.bz2
otp-f3014f40a1e81e2f83c261e541ade39b7dcda24d.zip
erts: Remove obsolete comments
Diffstat (limited to 'erts/emulator/beam/erl_binary.h')
-rw-r--r--erts/emulator/beam/erl_binary.h7
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)
{