From 0b81b07110c463300431a09f24e67144f97ad8b0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Sep 2011 07:26:13 +0930 Subject: tdb2: remove _PUBLIC_ in tdb1 functions. They'll all be accessed via the tdb2 API. Signed-off-by: Rusty Russell (Imported from CCAN commit 39f55294799c6443c0ad7bef09f1c113cf89d295) --- lib/tdb2/tdb1_private.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/tdb2/tdb1_private.h') diff --git a/lib/tdb2/tdb1_private.h b/lib/tdb2/tdb1_private.h index b34d4dd1ba..ae2888c0a7 100644 --- a/lib/tdb2/tdb1_private.h +++ b/lib/tdb2/tdb1_private.h @@ -45,11 +45,6 @@ #include #include #include - -#ifndef _PUBLIC_ -#define _PUBLIC_ -#endif - #else #include "replace.h" #include "system/filesys.h" -- cgit