aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/jim.h b/jim.h
index 85a6918..65bf7cc 100644
--- a/jim.h
+++ b/jim.h
@@ -337,11 +337,6 @@ typedef struct Jim_Obj {
struct Jim_Obj *varNameObjPtr;
struct Jim_Obj *indexObjPtr;
} dictSubstValue;
- /* Regular expression pattern */
- struct {
- void *compre; /* really an allocated (regex_t *) */
- unsigned flags;
- } regexpValue;
struct {
int line;
int argc;