forked from aniani/vim
updated for version 7.3.1016
Problem: Unused field in nfa_state. Solution: Remove lastthread.
This commit is contained in:
@@ -74,7 +74,6 @@ struct nfa_state
|
||||
int id;
|
||||
int lastlist;
|
||||
int visits;
|
||||
thread_T *lastthread;
|
||||
int negated;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user