diff options
author | Björn Gustavsson <[email protected]> | 2013-01-29 10:12:23 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-31 11:14:48 +0100 |
commit | aeb682fc2265d1b1c20bef8a0bc21377d32f1db2 (patch) | |
tree | a8e32309ecee80ff78d3fa43a6a50155f7c3e1d9 /lib/stdlib | |
parent | cdb43757179a19f6128ab54513edfd2886388e2b (diff) | |
download | otp-aeb682fc2265d1b1c20bef8a0bc21377d32f1db2.tar.gz otp-aeb682fc2265d1b1c20bef8a0bc21377d32f1db2.tar.bz2 otp-aeb682fc2265d1b1c20bef8a0bc21377d32f1db2.zip |
Remove unused error message {bittype_mismatch,_,_,_}
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 a2fdbaabe7..12505b33d1 100644 --- a/lib/stdlib/src/erl_lint.erl +++ b/lib/stdlib/src/erl_lint.erl @@ -269,8 +269,6 @@ format_error({variable_in_record_def,V}) -> %% --- binaries --- format_error({undefined_bittype,Type}) -> io_lib:format("bit type ~w undefined", [Type]); -format_error({bittype_mismatch,T1,T2,What}) -> - io_lib:format("bit type mismatch (~s) between ~p and ~p", [What,T1,T2]); format_error(bittype_unit) -> "a bit unit size must not be specified unless a size is specified too"; format_error(illegal_bitsize) -> |