locking/atomic: Correct (cmp)xchg() instrumentation
[linux-block.git] / scripts / cc-version.sh
index 2401c86fcf53311e8d7d92de0e815b5cb12f6d0b..0573c92e841d3209b9034a0673e46a2e750510d5 100755 (executable)
@@ -12,8 +12,6 @@ get_c_compiler_info()
        cat <<- EOF | "$@" -E -P -x c - 2>/dev/null
        #if defined(__clang__)
        Clang   __clang_major__  __clang_minor__  __clang_patchlevel__
-       #elif defined(__INTEL_COMPILER)
-       ICC     __INTEL_COMPILER  __INTEL_COMPILER_UPDATE
        #elif defined(__GNUC__)
        GCC     __GNUC__  __GNUC_MINOR__  __GNUC_PATCHLEVEL__
        #else