diff options
author | ben <ben@cirno> | 2016-04-27 17:36:43 -0500 |
---|---|---|
committer | ben <ben@cirno> | 2016-04-27 17:36:43 -0500 |
commit | 3bf6ef0196645fabb0d45c92462753c4554c9fd8 (patch) | |
tree | 6b8769f9cd0bd5d55f1661287aaa6a1ca39a9528 /sys/include | |
parent | 86e0099835f99de6ccc3bee33a297387993aa037 (diff) |
better memory management of threads (thanks knuth)
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/regexp.h | 1 |
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; |