From 85969b0590391aae9b2995248d3dec5780b379da Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Mar 2010 10:45:03 +0000 Subject: [PATCH] - Patch #752096 by c960657: remove unused check_file(). --- includes/common.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/common.inc b/includes/common.inc index 0bf349af200..e25a744d2b2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1173,10 +1173,6 @@ function flood_is_allowed($name, $threshold, $window = 3600, $identifier = NULL) return ($number < $threshold); } -function check_file($filename) { - return is_uploaded_file($filename); -} - /** * @defgroup sanitization Sanitization functions * @{