Skip to content

Commit

Permalink
Remove --experimental-fs-watcher flag.
Browse files Browse the repository at this point in the history
# Delete this line to force CI to run the JVM tests.
[ci skip-jvm-tests]
# Delete this line to force CI to run Clippy and the Rust tests.
[ci skip-rust-tests]
  • Loading branch information
stuhood committed Jun 1, 2020
1 parent 6d64bad commit 2d898ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/python/pants/option/global_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,16 +865,6 @@ def register_bootstrap_options(cls, register):
help="Whether or not to use nailgun to run the requests that are marked as nailgunnable.",
advanced=True,
)
register(
"--experimental-fs-watcher",
type=bool,
default=True,
advanced=True,
removal_version="1.30.0.dev0",
removal_hint="Enabled by default: flag is disabled.",
help="Whether to use the engine filesystem watcher which registers the workspace"
" for kernel file change events",
)

@classmethod
def register_options(cls, register):
Expand Down

0 comments on commit 2d898ae

Please sign in to comment.