author | Szabolcs Nagy <nsz@port70.net> | 2013年01月15日 01:05:29 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013年01月15日 01:05:29 +0100 |
commit | f05f59b804f83ff8443ba8c549d6be3ba79e71a6 (patch) | |
tree | e05007c35e517fd1166f31311e14dc78a428ebae /src/regex/tre.h | |
parent | 21f01e1bf951dc3c543bb53de4d001dd4194da84 (diff) | |
download | musl-f05f59b804f83ff8443ba8c549d6be3ba79e71a6.tar.gz |
-rw-r--r-- | src/regex/tre.h | 1 |
diff --git a/src/regex/tre.h b/src/regex/tre.h index f4e5ab12..67cb9a84 100644 --- a/src/regex/tre.h +++ b/src/regex/tre.h @@ -167,7 +167,6 @@ struct tnfa { int cflags; int have_backrefs; int have_approx; - int params_depth; }; /* from tre-mem.h: */ |