Merge pull request #2117 from ewanmellor/swift-remove-modeNameToStartState

[Swift] Remove unused ATN.modeNameToStartState.
This commit is contained in:
Terence Parr 2017-11-29 09:54:26 -08:00 committed by GitHub
commit aec23acb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ public class ATN {
///
public final var ruleToStopState: [RuleStopState]!
public final let modeNameToStartState: Dictionary<String, TokensStartState> = Dictionary<String, TokensStartState>()
//LinkedHashMap<String, TokensStartState>();
///
/// The type of the ATN.
///