summaryrefslogtreecommitdiff
path: root/test/suite/helper.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-07-11 14:26:17 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-07-11 14:26:17 +0000
commitffdaf1a839e1101790241a59440223d706e83ef5 (patch)
tree8b9b455c038e824f579c3cfd8412989311611242 /test/suite/helper.py
parent0360715f9a5b7885963cd250dacf268fa25e5a0f (diff)
downloadmongo-ffdaf1a839e1101790241a59440223d706e83ef5.tar.gz
remove unused variable set.
Diffstat (limited to 'test/suite/helper.py')
-rw-r--r--test/suite/helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/helper.py b/test/suite/helper.py
index dc1b6a04576..da432718261 100644
--- a/test/suite/helper.py
+++ b/test/suite/helper.py
@@ -71,7 +71,6 @@ def confirmEmpty(self, uri):
# rows: entries to insert
def simplePopulate(self, uri, config, rows):
self.pr('simplePopulate: ' + uri + ' with ' + str(rows) + ' rows')
- create_args = 'allocation_size=512,key_format=i,value_format=S'
self.session.create(uri, config)
cursor = self.session.open_cursor(uri, None, None)
if string.find(config, "key_format=i"):