diff options
Diffstat (limited to 'cli/npm/mod.rs')
-rw-r--r-- | cli/npm/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs index c9f261ccd..f4ea08186 100644 --- a/cli/npm/mod.rs +++ b/cli/npm/mod.rs @@ -83,9 +83,6 @@ pub trait CliNpmResolver: NpmResolver { referrer: &ModuleSpecifier, ) -> Result<PathBuf, AnyError>; - /// Gets the state of npm for the process. - fn get_npm_process_state(&self) -> String; - /// Returns a hash returning the state of the npm resolver /// or `None` if the state currently can't be determined. fn check_state_hash(&self) -> Option<u64>; |