aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-01-25 13:03:48 +0100
committerBjörn Gustavsson <[email protected]>2013-01-25 13:05:38 +0100
commit1289ade02decc5f25dadded352325afa68ae0bf8 (patch)
tree2e7bf9128bbfb11d592ab16456098fd9e4d085d1 /lib
parent33468dba74d92f83c93e317a28d468c26a699848 (diff)
downloadotp-1289ade02decc5f25dadded352325afa68ae0bf8.tar.gz
otp-1289ade02decc5f25dadded352325afa68ae0bf8.tar.bz2
otp-1289ade02decc5f25dadded352325afa68ae0bf8.zip
erl_lint: Removes vestiges of tuple fun support
The warnings for deprecated tuple funs were removed in de7e01c958ff7c9e6da4034a53567a30a4ae5792.
Diffstat (limited to 'lib')
-rw-r--r--lib/stdlib/src/erl_lint.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/src/erl_lint.erl b/lib/stdlib/src/erl_lint.erl
index 642d972582..ef80b174b5 100644
--- a/lib/stdlib/src/erl_lint.erl
+++ b/lib/stdlib/src/erl_lint.erl
@@ -238,8 +238,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 "