diff options
author | Kostis Sagonas <[email protected]> | 2014-03-28 17:46:34 +0100 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2014-03-28 17:46:34 +0100 |
commit | 313bd52d160a66b24cff143fd8903e54dd8c6ca4 (patch) | |
tree | 913db1c7b6c58349e6d34309b81416f72832f747 /lib/compiler | |
parent | 0009cd7e941fff2ffdf5b304bf5cf90fed310a5c (diff) | |
download | otp-313bd52d160a66b24cff143fd8903e54dd8c6ca4.tar.gz otp-313bd52d160a66b24cff143fd8903e54dd8c6ca4.tar.bz2 otp-313bd52d160a66b24cff143fd8903e54dd8c6ca4.zip |
Take out no_native compiler attribute
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/src/cerl.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/compiler/src/cerl.erl b/lib/compiler/src/cerl.erl index e400e4f185..ed11c8de4d 100644 --- a/lib/compiler/src/cerl.erl +++ b/lib/compiler/src/cerl.erl @@ -136,10 +136,6 @@ c_literal/0, c_map_pair/0, c_module/0, c_tuple/0, c_values/0, c_var/0, cerl/0, var_name/0]). -%% HiPE does not understand Maps -%% (guard functions is_map/1 and map_size/1 in ann_c_map/3) --compile(no_native). - -include("core_parse.hrl"). -type c_alias() :: #c_alias{}. |