diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-04-29 15:38:17 +1000 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-04-29 15:38:17 +1000 |
commit | f94da123dda3478fa8cc50a3dd2582d09013ea93 (patch) | |
tree | 00806dab05f71607998ac01a7294d6ab444b7baa | |
parent | e313e121aee6cbc2888c7d3be8c3dd5dac560133 (diff) | |
download | mongo-f94da123dda3478fa8cc50a3dd2582d09013ea93.tar.gz |
WT-2586 Fix Windows build after removal of ex_config (#2703)
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 846fe3bbf3c..425a531fda2 100644 --- a/SConstruct +++ b/SConstruct @@ -346,7 +346,6 @@ examples = [ "ex_all", "ex_async", "ex_call_center", - "ex_config", "ex_config_parse", "ex_cursor", "ex_data_source", |