diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-04-22 13:54:03 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-04-22 13:54:03 -0400 |
commit | 1e80654b284b47b2dd9c302395ba908bf3a9b898 (patch) | |
tree | feb79b2385bd5f82c3a3c55a8d86a5655496bf49 /build_win | |
parent | 1c412df22489dc3c18aa5390164ff68474293daf (diff) | |
download | mongo-1e80654b284b47b2dd9c302395ba908bf3a9b898.tar.gz |
__wt_config_concat() is a special case of __wt_config_merge(), replace
the three calls to __wt_config_concat() with __wt_config_merge().
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/filelist.win | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win index 270cd96ac86..d1b43bd8348 100644 --- a/build_win/filelist.win +++ b/build_win/filelist.win @@ -49,7 +49,6 @@ src/config/config.c src/config/config_api.c src/config/config_check.c src/config/config_collapse.c -src/config/config_concat.c src/config/config_def.c src/config/config_ext.c src/config/config_upgrade.c |