diff --git a/lib/src/parser.dart b/lib/src/parser.dart index 358f4a60..32ace8c5 100644 --- a/lib/src/parser.dart +++ b/lib/src/parser.dart @@ -29,9 +29,6 @@ class Parser { // // * All statement functions consume through following whitespace, including // comments. No other functions do so unless explicitly specified. - // - // * A function will return `null` if it fails to match iff it begins with - // "try". // ## Statements