Remove unnecessary conditional definition of FS_WATCH_LATENCY
(#26967)
This was added in #8343 to make it only visible for tests. #9189 then made it visible regardless of `test-support`, so the definitions became identical. Release Notes: - N/A
This commit is contained in:
parent
b4ef3791bb
commit
1139904ef5
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ use util::{
|
|||
};
|
||||
pub use worktree_settings::WorktreeSettings;
|
||||
|
||||
#[cfg(feature = "test-support")]
|
||||
pub const FS_WATCH_LATENCY: Duration = Duration::from_millis(100);
|
||||
#[cfg(not(feature = "test-support"))]
|
||||
pub const FS_WATCH_LATENCY: Duration = Duration::from_millis(100);
|
||||
|
||||
/// A set of local or remote files that are being opened as part of a project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue