diff options
author | Henrik Nord <[email protected]> | 2011-09-08 16:29:49 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-08 16:29:53 +0200 |
commit | 6ee4e2d478bfa34ccc11ac1c53a26d30fbe16cea (patch) | |
tree | 21d5814a22de1f93d079456bb52f129054264d92 | |
parent | 23942cb1e5d919799f989286b0285ff7de584796 (diff) | |
parent | 4c63d9d9dd5327b555c197071cf96a150d387315 (diff) | |
download | otp-6ee4e2d478bfa34ccc11ac1c53a26d30fbe16cea.tar.gz otp-6ee4e2d478bfa34ccc11ac1c53a26d30fbe16cea.tar.bz2 otp-6ee4e2d478bfa34ccc11ac1c53a26d30fbe16cea.zip |
Merge branch 'ta/erl_compile-dead-code' into dev
* ta/erl_compile-dead-code:
Remove dead code in erl_compile
OTP-9527
-rw-r--r-- | lib/stdlib/src/erl_compile.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/src/erl_compile.erl b/lib/stdlib/src/erl_compile.erl index abff37e4bc..d833f626bf 100644 --- a/lib/stdlib/src/erl_compile.erl +++ b/lib/stdlib/src/erl_compile.erl @@ -41,7 +41,6 @@ compiler(".idl") -> {ic, compile}; compiler(".asn1") -> {asn1ct, compile_asn1}; compiler(".asn") -> {asn1ct, compile_asn}; compiler(".py") -> {asn1ct, compile_py}; -compiler(".xml") -> {xmerl_scan, process}; compiler(_) -> no. %% Entry from command line. |