diff options
-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 |