diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-19 17:50:48 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 14:26:53 +0200 |
commit | 4c63d9d9dd5327b555c197071cf96a150d387315 (patch) | |
tree | fdead09c7d17f847067d8662b6541821e5e8b150 /lib/stdlib/src/erl_compile.erl | |
parent | f228e2ab690a974face95911a29a1e5a5a7ffaf5 (diff) | |
download | otp-4c63d9d9dd5327b555c197071cf96a150d387315.tar.gz otp-4c63d9d9dd5327b555c197071cf96a150d387315.tar.bz2 otp-4c63d9d9dd5327b555c197071cf96a150d387315.zip |
Remove dead code in erl_compile
Diffstat (limited to 'lib/stdlib/src/erl_compile.erl')
-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. |