From 6d0218598c3f3c69b8c2fdf40d3f9611885a51af Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Sep 2011 08:04:13 +0930 Subject: tdb2: make tdb1_null static. It's only used in two files, make it static in one and do it manually in the other. Signed-off-by: Rusty Russell (Imported from CCAN commit 8571daf007f03a2888566dbaae8a5849ffba60f3) --- lib/tdb2/tdb1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/tdb2/tdb1.h') diff --git a/lib/tdb2/tdb1.h b/lib/tdb2/tdb1.h index 6f23b6dd2b..54b6d936d4 100644 --- a/lib/tdb2/tdb1.h +++ b/lib/tdb2/tdb1.h @@ -42,6 +42,4 @@ uint64_t tdb1_incompatible_hash(const void *key, size_t len, uint64_t seed, void /* @} ******************************************************************/ -extern TDB_DATA tdb1_null; - #endif /* tdb1.h */ -- cgit