From ffdaf1a839e1101790241a59440223d706e83ef5 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 11 Jul 2012 14:26:17 +0000 Subject: remove unused variable set. --- test/suite/helper.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/suite/helper.py') 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"): -- cgit v1.2.1