1
0
forked from aniani/vim

updated for version 7.3.1016

Problem:    Unused field in nfa_state.
Solution:   Remove lastthread.
This commit is contained in:
Bram Moolenaar
2013-05-25 15:31:05 +02:00
parent 56d58d51bf
commit f47ca63dbc
3 changed files with 10 additions and 10 deletions

View File

@@ -74,7 +74,6 @@ struct nfa_state
int id;
int lastlist;
int visits;
thread_T *lastthread;
int negated;
};