diff options
Diffstat (limited to 'include/slre.h')
-rw-r--r-- | include/slre.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/slre.h b/include/slre.h index 4b41a4b276f..af5b1302d9c 100644 --- a/include/slre.h +++ b/include/slre.h @@ -63,7 +63,6 @@ struct slre { int code_size; int data_size; int num_caps; /* Number of bracket pairs */ - int anchored; /* Must match from string start */ const char *err_str; /* Error string */ }; |