Remove "dash" case in preprocessToObj
[lhc/web/wiklou.git] / includes / parser / Preprocessor_Hash.php
index c4c0c5a..7dbf9b1 100644 (file)
@@ -744,9 +744,6 @@ class Preprocessor_Hash extends Preprocessor {
                                $accum[] = [ 'equals', [ '=' ] ];
                                $stack->getCurrentPart()->eqpos = count( $accum ) - 1;
                                ++$i;
-                       } elseif ( $found == 'dash' ) {
-                               self::addLiteral( $accum, '-' );
-                               ++$i;
                        }
                }