Minor: remove obsolete TODO.

This commit is contained in:
Ilya Gorbunov
2016-02-26 21:52:50 +03:00
parent 19fa2f51ea
commit f9e97882fc
@@ -61,7 +61,7 @@ public enum class RegexOption(override val value: Int, override val mask: Int =
/** Enables Unix lines mode.
* In this mode, only the `'\n'` is recognized as a line terminator.
*/
UNIX_LINES(Pattern.UNIX_LINES), // TODO: Remove this
UNIX_LINES(Pattern.UNIX_LINES),
/** Permits whitespace and comments in pattern. */
COMMENTS(Pattern.COMMENTS),