From 2a847b82d0116257a5483d9358a93fcb53f789f4 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Thu, 18 Jul 2013 13:21:22 -0400 Subject: [PATCH] Forgot to remove this when I dumped the MRU. --- c_src/build_deps.sh | 7 ++++--- c_src/wterl.c | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index 324350e..4294d63 100755 --- a/c_src/build_deps.sh +++ b/c_src/build_deps.sh @@ -11,9 +11,10 @@ unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as w set -e WT_REPO=http://github.com/wiredtiger/wiredtiger.git -WT_BRANCH= -WT_REF="tags/1.6.3" -WT_DIR=wiredtiger-`basename $WT_REF` +WT_BRANCH=develop +WT_DIR=wiredtiger-`basename $WT_BRANCH` +#WT_REF="tags/1.6.3" +#WT_DIR=wiredtiger-`basename $WT_REF` SNAPPY_VSN="1.0.4" SNAPPY_DIR=snappy-$SNAPPY_VSN diff --git a/c_src/wterl.c b/c_src/wterl.c index 4436004..8263f40 100644 --- a/c_src/wterl.c +++ b/c_src/wterl.c @@ -31,7 +31,6 @@ #include "common.h" #include "async_nif.h" #include "queue.h" -#include "cas.h" #define MAX_CACHE_SIZE ASYNC_NIF_MAX_WORKERS