| Index: tools/bots/compiler.py
|
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
|
| index a995bccbfdccf7540350680d2e2329be8397e5ca..fbcaeb3e183dcf045b462b0d1833f02fe826a667 100644
|
| --- a/tools/bots/compiler.py
|
| +++ b/tools/bots/compiler.py
|
| @@ -162,12 +162,6 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, test_set):
|
| - test_set: Specification of a non standard test set, default None
|
| """
|
|
|
| - if system.startswith('win') and runtime.startswith('ie'):
|
| - # There should not be more than one InternetExplorerDriver instance
|
| - # running at a time. For details, see
|
| - # http://code.google.com/p/selenium/wiki/InternetExplorerDriver.
|
| - flags += ['-j1']
|
| -
|
| def GetPath(runtime):
|
| """ Helper to get the path to the Chrome or Firefox executable for a
|
| particular platform on the buildbot. Throws a KeyError if runtime is not
|
|
|