summaryrefslogtreecommitdiffstats
path: root/source/smbd/mangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/mangle.c')
-rw-r--r--source/smbd/mangle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/mangle.c b/source/smbd/mangle.c
index 392e48afc19..4b8132a7ebe 100644
--- a/source/smbd/mangle.c
+++ b/source/smbd/mangle.c
@@ -29,7 +29,6 @@ static struct {
} mangle_backends[] = {
{ "hash", mangle_hash_init },
{ "hash2", mangle_hash2_init },
- /*{ "tdb", mangle_tdb_init }, */
{ NULL, NULL }
};