Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 30, 2013
1 parent cf453c0 commit b43e2aa
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -294,7 +294,6 @@ protected function _getDataSize($data)
rewind($data);
fseek($data, 0, SEEK_END);
return ftell($data);
rewind($data);
} else {
return strlen(bin2hex($data)) / 2;
}
Expand Down

0 comments on commit b43e2aa

Please sign in to comment.