diff options
author | Björn Gustavsson <[email protected]> | 2015-01-30 11:53:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-02-12 13:14:36 +0100 |
commit | 3b436e5ea9885d252fefef4dbd0302a713d11ff7 (patch) | |
tree | 859f2f28b024f493ad6b811e9835de0b0387a1bb /lib/compiler/test/match_SUITE.erl | |
parent | 8e8a0daea3a50ce5db7e4b7fbbbc056ad3c35dd6 (diff) | |
download | otp-3b436e5ea9885d252fefef4dbd0302a713d11ff7.tar.gz otp-3b436e5ea9885d252fefef4dbd0302a713d11ff7.tar.bz2 otp-3b436e5ea9885d252fefef4dbd0302a713d11ff7.zip |
core_lint: Eliminate call to core_lib:is_literal/1
Attributes must be literals. Since 1fcdcd50, both core_parse and
v3_core guarantees all Core Erlang terms that may be represented as
literals in fact are represented as literals.
Therefore, we no longer need to call core_lib:is_literal/1, but
can test for a #c_literal{} directly.
Diffstat (limited to 'lib/compiler/test/match_SUITE.erl')
0 files changed, 0 insertions, 0 deletions