aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-30 15:47:46 +0100
committerBjörn Gustavsson <[email protected]>2011-11-30 15:57:19 +0100
commit06664761fca25750e7881f4e6e6a0057da60cd4d (patch)
tree8968a47d347da684c0335ece456521033d25854e /erts/preloaded/ebin
parent155e7dd2a3aaffb713d11a0593ca7f7b8cdf9057 (diff)
downloadotp-06664761fca25750e7881f4e6e6a0057da60cd4d.tar.gz
otp-06664761fca25750e7881f4e6e6a0057da60cd4d.tar.bz2
otp-06664761fca25750e7881f4e6e6a0057da60cd4d.zip
erlang: Eliminate a clause in aa_mem_data/2 that can never match
aa_mem_data/2 is only called by aa_mem_data/1 and itself. aa_mem_data/1 called with the argument 'notsup' will never call aa_mem_data/2. aa_mem_data/2 will only call itself with a #memory{} record as the first argument. QED. Noticed-by: Dialyzer.
Diffstat (limited to 'erts/preloaded/ebin')
-rw-r--r--erts/preloaded/ebin/erlang.beambin39568 -> 41124 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/erlang.beam b/erts/preloaded/ebin/erlang.beam
index dda24d4405..a21e5c6e06 100644
--- a/erts/preloaded/ebin/erlang.beam
+++ b/erts/preloaded/ebin/erlang.beam
Binary files differ