function file_file_delete

Implements hook_file_delete().

File

drupal/modules/file/file.module, line 351
Defines a "managed_file" Form API field and a "file" field for Field module.

Code

function file_file_delete($file) {

  // TODO: Remove references to a file that is in-use.
}