summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-04-28 13:08:07 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-04-28 13:08:07 -0400
commit848c4ef4f5d50ab3fe7025c476fe120e6df6fc1c (patch)
tree6bc176f5e8d17d0d3d2dc8a8d0e191ef61e94ee2 /examples
parentc7181d2f4602bed58fa1f45b0e5a35b6e0b7c735 (diff)
downloadmongo-848c4ef4f5d50ab3fe7025c476fe120e6df6fc1c.tar.gz
MAX_TENANTS not used
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_encrypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/c/ex_encrypt.c b/examples/c/ex_encrypt.c
index c5ac7ffdd97..55ca60ed255 100644
--- a/examples/c/ex_encrypt.c
+++ b/examples/c/ex_encrypt.c
@@ -47,8 +47,6 @@ int add_my_encryptors(WT_CONNECTION *connection);
static const char *home = NULL;
-#define MAX_TENANTS 3
-
#define SYS_KEYID "system"
#define SYS_BADPW "bad_password"
#define SYS_PW "system_password"