summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 0bf349af2..e25a744d2 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
* @{