Remove unused private field in MagicWordArray

Change-Id: Ib7a0c2834314e9c8db442956230d389e51dbb256
This commit is contained in:
jeroendedauw 2015-09-07 21:45:36 +02:00 committed by Umherirrender
parent ea32a8e765
commit a7ab5c8259

View file

@ -718,9 +718,6 @@ class MagicWordArray {
private $regex;
/** @todo Unused? */
private $matches;
/**
* @param array $names
*/