diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:06 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-22 09:48:06 +0100 |
commit | 6b1a5bbf02dfdb847a5481d1b4b37deb0e0f09a5 (patch) | |
tree | 2dac399dc8e11256fc970766ab7438fa99043e6a /lib/talloc | |
parent | cce595d1fcaa84d09ae9e261b5e20da03ca38137 (diff) | |
download | samba-6b1a5bbf02dfdb847a5481d1b4b37deb0e0f09a5.tar.gz samba-6b1a5bbf02dfdb847a5481d1b4b37deb0e0f09a5.tar.bz2 samba-6b1a5bbf02dfdb847a5481d1b4b37deb0e0f09a5.zip |
Revert "Add a talloc_internal "module""
This reverts commit 02662d56c64f367bffa2febba9a396c15454cfdb.
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/talloc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index f3aa6def63..e44d924e76 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -125,15 +125,6 @@ */ /** - * \defgroup talloc_internal Internal routines - * - * To achieve type-safety, talloc.h defines a lot of macros with type - * casts. These macros define the user interface to the internal routines you - * find here. You should not really use these routines directly but go through - * the external API. - */ - -/** * \defgroup talloc_undoc Default group of undocumented stuff * * This should be empty... |