Skip to content

Commit 701f4ed

Browse files
Remove deprecated code paths
1 parent 307abb1 commit 701f4ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RouteCompiler.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
*/
2020
class RouteCompiler implements RouteCompilerInterface
2121
{
22-
/**
23-
* @deprecated since Symfony 5.1, to be removed in 6.0
24-
*/
25-
public const REGEX_DELIMITER = '#';
26-
2722
/**
2823
* This string defines the characters that are automatically considered separators in front of
2924
* optional placeholders (with default and no static text following). Such a single separator

0 commit comments

Comments
 (0)