diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-07-11 14:26:17 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-07-11 14:26:17 +0000 |
commit | ffdaf1a839e1101790241a59440223d706e83ef5 (patch) | |
tree | 8b9b455c038e824f579c3cfd8412989311611242 /test/suite/helper.py | |
parent | 0360715f9a5b7885963cd250dacf268fa25e5a0f (diff) | |
download | mongo-ffdaf1a839e1101790241a59440223d706e83ef5.tar.gz |
remove unused variable set.
Diffstat (limited to 'test/suite/helper.py')
-rw-r--r-- | test/suite/helper.py | 1 |
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"): |