diff options
Diffstat (limited to 'source4/lib/ldb/modules/ldb_map_private.h')
-rw-r--r-- | source4/lib/ldb/modules/ldb_map_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/ldb/modules/ldb_map_private.h b/source4/lib/ldb/modules/ldb_map_private.h index 89d0fe0afe..4fff5614af 100644 --- a/source4/lib/ldb/modules/ldb_map_private.h +++ b/source4/lib/ldb/modules/ldb_map_private.h @@ -13,11 +13,6 @@ typedef int (*ldb_search_callback)(struct ldb_context *, void *, struct ldb_repl /* Private data structures * ======================= */ -/* Global private data */ -struct map_private { - struct ldb_map_context context; -}; - /* Context data for mapped requests */ struct map_context { enum map_step { |