summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Scripts/new-run-webkit-httpd
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/Scripts/new-run-webkit-httpd')
-rwxr-xr-xWebKitTools/Scripts/new-run-webkit-httpd1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKitTools/Scripts/new-run-webkit-httpd b/WebKitTools/Scripts/new-run-webkit-httpd
index 88ae84e..f6ec164 100755
--- a/WebKitTools/Scripts/new-run-webkit-httpd
+++ b/WebKitTools/Scripts/new-run-webkit-httpd
@@ -65,7 +65,6 @@ def run(options):
tempfile.gettempdir(),
port=options.port,
root=options.root,
- register_cygwin=options.register_cygwin,
run_background=options.run_background)
if options.server == 'start':
httpd.start()