diff options
author | Björn Gustavsson <[email protected]> | 2013-01-26 05:25:47 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-26 05:25:47 +0100 |
commit | a437c2900bfaeef3d344ad00fc1db12bb3153b19 (patch) | |
tree | 8c97502b3276c128f5af0f92af764e64e0ac49fe /lib/stdlib | |
parent | fd3241e4f7a8774bf7cb75a4fc1c7718c293f425 (diff) | |
parent | 1289ade02decc5f25dadded352325afa68ae0bf8 (diff) | |
download | otp-a437c2900bfaeef3d344ad00fc1db12bb3153b19.tar.gz otp-a437c2900bfaeef3d344ad00fc1db12bb3153b19.tar.bz2 otp-a437c2900bfaeef3d344ad00fc1db12bb3153b19.zip |
Merge branch 'bjorn/remove-tuple-funs/OTP-10170'
* bjorn/remove-tuple-funs/OTP-10170:
erl_lint: Removes vestiges of tuple fun support
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/erl_lint.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/src/erl_lint.erl b/lib/stdlib/src/erl_lint.erl index ec2cab4c9a..deae9640f5 100644 --- a/lib/stdlib/src/erl_lint.erl +++ b/lib/stdlib/src/erl_lint.erl @@ -236,8 +236,6 @@ format_error({illegal_guard_local_call, {F,A}}) -> io_lib:format("call to local/imported function ~w/~w is illegal in guard", [F,A]); format_error(illegal_guard_expr) -> "illegal guard expression"; -format_error(deprecated_tuple_fun) -> - "tuple funs are deprecated and will be removed in R16"; %% --- exports --- format_error({explicit_export,F,A}) -> io_lib:format("in this release, the call to ~w/~w must be written " |