diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-20 13:21:48 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-20 13:21:48 +0100 |
commit | f31d54aeaad8bccb0b4e7291ed443e757e2edb5d (patch) | |
tree | c9786c563b6d7e689115f75c865fa70fae8af242 /lib/compiler | |
parent | 8899c393163f9c95a81971e013b57788b33db09c (diff) | |
download | otp-f31d54aeaad8bccb0b4e7291ed443e757e2edb5d.tar.gz otp-f31d54aeaad8bccb0b4e7291ed443e757e2edb5d.tar.bz2 otp-f31d54aeaad8bccb0b4e7291ed443e757e2edb5d.zip |
compiler: Remove dead warning
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/src/sys_core_fold.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compiler/src/sys_core_fold.erl b/lib/compiler/src/sys_core_fold.erl index e302e2324d..ade28e5fc3 100644 --- a/lib/compiler/src/sys_core_fold.erl +++ b/lib/compiler/src/sys_core_fold.erl @@ -3060,9 +3060,6 @@ format_error(result_ignored) -> "(suppress the warning by assigning the expression to the _ variable)"; format_error(useless_building) -> "a term is constructed, but never used"; -format_error({map_pair_key_overloaded,K}) -> - M = io_lib:format("the key ~p is used multiple times in map value association",[K]), - flatten(M); format_error(bin_opt_alias) -> "INFO: the '=' operator will prevent delayed sub binary optimization"; format_error(bin_partition) -> |