diff -r 1f3757ef3762 -r 203fb56685ca devtools/qunit.py --- a/devtools/qunit.py Tue Oct 18 16:55:16 2011 +0200 +++ b/devtools/qunit.py Thu Mar 21 16:01:05 2013 +0100 @@ -67,7 +67,6 @@ self._tmp_dir = mkdtemp(prefix='cwtest-ffxprof-') self._profile_data = {'uid': uuid4()} self._profile_name = self.profile_name_mask % self._profile_data - fnull = open(os.devnull, 'w') stdout = TemporaryFile() stderr = TemporaryFile() self.firefox_cmd = ['firefox', '-no-remote']