From 64bb6ea2ad114ee63e67be1e484d72dfe8593690 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 28 Apr 2015 11:26:30 -0600 Subject: [PATCH] remove another unused var --- system/src/Grav/Common/Utils.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index acb228789..97e4d6b52 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -181,7 +181,6 @@ abstract class Utils $file_parts = pathinfo($file); $filesize = filesize($file); - $range = false; set_time_limit(0); ignore_user_abort(false);