diff --git a/MagickCore/statistic.c b/MagickCore/statistic.c
index 59e5dae..dcc27cb 100644
--- a/MagickCore/statistic.c
+++ b/MagickCore/statistic.c
@@ -1276,7 +1276,7 @@
sum_fourth_power=0.0;
image_view=AcquireCacheView(image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
- #pragma omp parallel for schedule(static) shared(status) omp_throttle(1)
+ #pragma omp parallel for schedule(static,1) shared(status)
#endif
for (y=0; y < (ssize_t) image->rows; y++)
{
@@ -1399,7 +1399,7 @@
*minima=MagickHuge;
image_view=AcquireCacheView(image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
- #pragma omp parallel for schedule(static) shared(status) omp_throttle(1)
+ #pragma omp parallel for schedule(static,1) shared(status)
#endif
for (y=0; y < (ssize_t) image->rows; y++)
{