Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nanosonde committed May 17, 2018
1 parent d57f933 commit e1148e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zend_file_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@ zend_persistent_script *zend_file_cache_script_load(zend_file_handle *file_handl
filename = emalloc(len + 1);
memcpy(filename, ZSTR_VAL(full_path), len);
filename[len] = '\0';
//filename = zend_file_cache_get_bin_file_path(full_path);

fd = open(filename, O_RDONLY | O_BINARY);
if (fd < 0) {
Expand Down

0 comments on commit e1148e9

Please sign in to comment.