diff options
Diffstat (limited to 'src/regexp.h')
-rw-r--r-- | src/regexp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regexp.h b/src/regexp.h index 1fe42729e..88f9cfbf6 100644 --- a/src/regexp.h +++ b/src/regexp.h @@ -29,8 +29,6 @@ typedef struct regengine regengine_T; -typedef struct thread thread_T; - /* * Structure returned by vim_regcomp() to pass on to vim_regexec(). * This is the general structure. For the actual matcher, two specific |