summaryrefslogtreecommitdiff
path: root/src/regex/tre.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-01-15 01:05:29 +0100
committerSzabolcs Nagy <nsz@port70.net>2013-01-15 01:05:29 +0100
commitf05f59b804f83ff8443ba8c549d6be3ba79e71a6 (patch)
treee05007c35e517fd1166f31311e14dc78a428ebae /src/regex/tre.h
parent21f01e1bf951dc3c543bb53de4d001dd4194da84 (diff)
downloadmusl-f05f59b804f83ff8443ba8c549d6be3ba79e71a6.tar.gz
remove unused "params" related code from regex
some structs and functions had reference to the params feature of tre that is not used by the code anymore
Diffstat (limited to 'src/regex/tre.h')
-rw-r--r--src/regex/tre.h1
1 files changed, 0 insertions, 1 deletions
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: */