From 6b1a5bbf02dfdb847a5481d1b4b37deb0e0f09a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Mar 2009 09:48:06 +0100 Subject: Revert "Add a talloc_internal "module"" This reverts commit 02662d56c64f367bffa2febba9a396c15454cfdb. --- lib/talloc/talloc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib') 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 @@ -124,15 +124,6 @@ * allocated memory hierarchy. */ -/** - * \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 * -- cgit