Unused variables in Utility removed

This commit is contained in:
evilbloodydemon 2011-04-23 00:00:08 +04:00
parent 3c9cb3b97d
commit f9db4270c6
5 changed files with 2 additions and 6 deletions

View file

@ -33,7 +33,6 @@ class String {
*/
public static function uuid() {
$node = env('SERVER_ADDR');
$pid = null;
if (strpos($node, ':') !== false) {
if (substr_count($node, '::')) {