summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorben <ben@cirno>2016-04-27 17:36:43 -0500
committerben <ben@cirno>2016-04-27 17:36:43 -0500
commit3bf6ef0196645fabb0d45c92462753c4554c9fd8 (patch)
tree6b8769f9cd0bd5d55f1661287aaa6a1ca39a9528 /sys/include
parent86e0099835f99de6ccc3bee33a297387993aa037 (diff)
better memory management of threads (thanks knuth)
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/regexp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/regexp.h b/sys/include/regexp.h
index 45ae64b2c..770942801 100644
--- a/sys/include/regexp.h
+++ b/sys/include/regexp.h
@@ -39,7 +39,6 @@ struct Reprog
{
Reinst *startinst;
Rethread *threads;
- Rethread **thrpool;
char *regstr;
int len;
int nthr;