summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-04-28 16:40:34 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-04-28 16:40:34 +0000
commit5b29011fcee91d7fda1ff7c8dc002d8ade28cb85 (patch)
tree1b8f4dc9313fbdcb85a0f9801a18b5afccec26b7 /examples
parentab79e6b6708af3e5875ba67b7ae842569020115c (diff)
downloadmongo-5b29011fcee91d7fda1ff7c8dc002d8ade28cb85.tar.gz
Remove the system cleanup call, I was just using it for testing.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_call_center.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/c/ex_call_center.c b/examples/c/ex_call_center.c
index dcb320e6bb0..60d5acb9d92 100644
--- a/examples/c/ex_call_center.c
+++ b/examples/c/ex_call_center.c
@@ -82,8 +82,6 @@ int main(void)
CUSTOMER cust;
CALL call;
- system("rm -rf WT_TEST; mkdir WT_TEST");
-
ret = wiredtiger_open(home, NULL, "create", &conn);
if (ret != 0) {
fprintf(stderr, "Error connecting to %s: %s\n",