diff --git a/rocclr/device/device.cpp b/rocclr/device/device.cpp index c015b1bb1f..64bc69d4fb 100644 --- a/rocclr/device/device.cpp +++ b/rocclr/device/device.cpp @@ -483,9 +483,6 @@ Settings::Settings() : value_(0) { GPU_SINGLE_ALLOC_PERCENT = 100; } - if (flagIsDefault(GPU_FORCE_BLIT_COPY_SIZE)) { - GPU_FORCE_BLIT_COPY_SIZE = 1024; - } } }