diff --git a/filesystem/File.php b/filesystem/File.php index 0abccdc93..6fa12efca 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -464,10 +464,6 @@ class File extends DataObject { $this->setField('Filename', $this->getRelativePath()); } - function setField( $field, $value ) { - parent::setField( $field, $value ); - } - /** * Rewrite links to the $old file to now point to the $new file. *