diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:27 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:27 +0100 |
commit | 790326cc38a9453aea3ad7e5a3f7384bfdd58e84 (patch) | |
tree | df4ac19523f3eda97ab999dc85c7a52ed452c02a | |
parent | 5098f4625e74eb4b37b6f7fdfa0486df7e1d7cf4 (diff) | |
download | samba-790326cc38a9453aea3ad7e5a3f7384bfdd58e84.tar.gz samba-790326cc38a9453aea3ad7e5a3f7384bfdd58e84.tar.bz2 samba-790326cc38a9453aea3ad7e5a3f7384bfdd58e84.zip |
Revert "Add some initial hook to the front page"
This reverts commit cfce2d3611f225244fadf3d27d76371827fd6422.
-rw-r--r-- | lib/talloc/talloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index d0a9762f4d..523a4840d3 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -56,9 +56,6 @@ * If you think about this, then what this effectively gives you is an n-ary * tree, where you can free any part of the tree with talloc_free(). * - * To start, you should probably first look at the definitions of - * ::TALLOC_CTX, talloc_init(), talloc() and talloc_free(). - * * \section named_blocks Named blocks * * Every talloc chunk has a name that can be used as a dynamic type-checking |