diff options
author | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 17:55:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 20:27:37 +0000 |
commit | a49c9d4ef61f4394b63b9a66b804054f03231c76 (patch) | |
tree | 651cf32c79d3fcbbd1e9aa60caab65215e8bcfc4 /docs/storage-mgt | |
parent | 7a488653715c991dc6f548828cfde47c2eac7845 (diff) | |
download | haskell-a49c9d4ef61f4394b63b9a66b804054f03231c76.tar.gz |
rts: drop unused 'traverseAllRetainerSet'
While at is mark 'printRetainer' as 'static'.
Noticed by uselex.rb:
printRetainer: [R]: exported from:
./rts/dist/build/RetainerSet.p_o
traverseAllRetainerSet: [R]: exported from:
./rts/dist/build/RetainerSet.p_o
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'docs/storage-mgt')
-rw-r--r-- | docs/storage-mgt/rp.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/storage-mgt/rp.tex b/docs/storage-mgt/rp.tex index 0d841b9d42..c6de489c59 100644 --- a/docs/storage-mgt/rp.tex +++ b/docs/storage-mgt/rp.tex @@ -510,8 +510,6 @@ set is created. Otherwise, a new retainer set is created. is created. Otherwise, a new retainer set is created. \item[@rtsBool isMember(retainer r, retainerSet *rs)@] returns a boolean value indicating whether @r@ is a member of @rs@. -\item[@void traverseAllRetainerSet(void (*f)(retainerSet *))@] invokes the function -@f@ on every retainer set created. \item[@void printRetainerSetShort(FILE *, retainerSet *)@] prints a single retainer set. \item[@void outputRetainerSet(FILE *, nat *allCost, nat *numSet)@] prints all |