summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index e8311a3c65..4f8b291859 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -558,7 +558,6 @@ PHP_FUNCTION(file_get_contents)
RETURN_FALSE;
}
- /* uses mmap if possible */
if ((len = php_stream_copy_to_mem(stream, &contents, maxlen, 0)) > 0) {
if (PG(magic_quotes_runtime)) {