Merge pull request #2117 from ewanmellor/swift-remove-modeNameToStartState
[Swift] Remove unused ATN.modeNameToStartState.
This commit is contained in:
commit
aec23acb24
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue