diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-04-28 13:08:07 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-04-28 13:08:07 -0400 |
commit | 848c4ef4f5d50ab3fe7025c476fe120e6df6fc1c (patch) | |
tree | 6bc176f5e8d17d0d3d2dc8a8d0e191ef61e94ee2 /examples | |
parent | c7181d2f4602bed58fa1f45b0e5a35b6e0b7c735 (diff) | |
download | mongo-848c4ef4f5d50ab3fe7025c476fe120e6df6fc1c.tar.gz |
MAX_TENANTS not used
Diffstat (limited to 'examples')
-rw-r--r-- | examples/c/ex_encrypt.c | 2 |
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" |