Remove the extra checks for Intel's C compiler
authorRichard Levitte <levitte@openssl.org>
Sun, 31 Jan 2016 17:33:42 +0000 (18:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 31 Jan 2016 18:51:33 +0000 (19:51 +0100)
commit0e87e05816d3e4b66ea7904634095aad5f6f325f
tree6609e04fd58f4b85818cc6016359397af3369645
parentb59e1bed7da7933d4c6af750fe3f0300b57874fe
Remove the extra checks for Intel's C compiler

When the target is {something}-icc, we're doing some extra checks of
the icc compiler.  However, all such targets were cleaned away in
March 2015, so this Configure section is dead code.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure