Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Mar 19, 2014
1 parent 8dfaf18 commit 93b0c34
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -238,7 +238,6 @@ private function initialize()

if (false === $format->has('size') || false === $format->has('duration')) {
return;
throw new RuntimeException(sprintf('Unable to probe format for %s', $this->pathfile));
}

$this->totalSize = $format->get('size') / 1024;
Expand Down

0 comments on commit 93b0c34

Please sign in to comment.