diff options
author | Björn Gustavsson <[email protected]> | 2015-01-19 15:10:34 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-19 15:36:22 +0100 |
commit | bb561b0dd58a89489acb93bdf7b5386e7f306835 (patch) | |
tree | a550a9b87cb690fb5f804c3bdea7613692540a91 /make/otp_subdir.mk | |
parent | 50a92094372b45c9864afe3418b79605da549122 (diff) | |
download | otp-bb561b0dd58a89489acb93bdf7b5386e7f306835.tar.gz otp-bb561b0dd58a89489acb93bdf7b5386e7f306835.tar.bz2 otp-bb561b0dd58a89489acb93bdf7b5386e7f306835.zip |
core_lib: Handle patterns in map values
core_lib:is_var_used/2 would not consider a variable used in the
value of a map pattern such as:
case Map of
#{key := <<42:N>>} -> ok
end
Here the variable 'N' would not be considered used.
It was assumed that there was no need to check map patterns at
all, since maps currently don't support variables in keys.
Diffstat (limited to 'make/otp_subdir.mk')
0 files changed, 0 insertions, 0 deletions