summaryrefslogtreecommitdiff
path: root/MagickCore/magick-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/magick-type.h')
-rw-r--r--MagickCore/magick-type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/MagickCore/magick-type.h b/MagickCore/magick-type.h
index c3cde204f..0dc297cfd 100644
--- a/MagickCore/magick-type.h
+++ b/MagickCore/magick-type.h
@@ -40,9 +40,6 @@ extern "C" {
# define MagickULLConstant(c) ((MagickSizeType) (c ## ULL))
#endif
-#if defined(__s390__)
-typedef double MagickFloatType;
-#else
#if MAGICKCORE_SIZEOF_FLOAT_T == 0
typedef float MagickFloatType;
#elif (MAGICKCORE_SIZEOF_FLOAT_T == MAGICKCORE_SIZEOF_FLOAT)
@@ -54,7 +51,6 @@ typedef double MagickFloatType;
#else
#error Your MagickFloatType type is neither a float, nor a double, nor a long double
#endif
-#endif
#if MAGICKCORE_SIZEOF_DOUBLE_T == 0
typedef double MagickDoubleType;
#elif (MAGICKCORE_SIZEOF_DOUBLE_T == MAGICKCORE_SIZEOF_DOUBLE)