Skip to content

Commit

Permalink
remove manual specification of the win32 reactor on Windows, since th…
Browse files Browse the repository at this point in the history
…ere are lots of other options
  • Loading branch information
Dustin J. Mitchell committed Mar 23, 2010
1 parent ffa8946 commit 16d24d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildbot/scripts/startup.py
Expand Up @@ -107,8 +107,6 @@ def launch(config):
"--no_save",
"--logfile=twistd.log", # windows doesn't use the same default
"--python=buildbot.tac"]
if platformType == "win32":
argv.append("--reactor=win32")
sys.argv = argv

# this is copied from bin/twistd. twisted-2.0.0 through 2.4.0 use
Expand Down

0 comments on commit 16d24d3

Please sign in to comment.