removed obsolete code

This commit is contained in:
Fabien Potencier 2013-10-03 09:18:41 +02:00
parent c6b3ec2729
commit 2d983b5caf
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ class BinaryNode extends Node
return $left % $right;
case 'matches':
return preg_match($right, $left);
case '!~':
return !preg_match($right, $left);
}
}
}