summaryrefslogtreecommitdiff
path: root/cli/cache/emit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cache/emit.rs')
-rw-r--r--cli/cache/emit.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/cache/emit.rs b/cli/cache/emit.rs
index 5e89f9a90..6807f06c1 100644
--- a/cli/cache/emit.rs
+++ b/cli/cache/emit.rs
@@ -82,19 +82,6 @@ impl EmitCache {
Ok(())
}
- /// Gets the filepath which stores the emit.
- pub fn get_emit_filepath(
- &self,
- specifier: &ModuleSpecifier,
- ) -> Option<PathBuf> {
- Some(
- self
- .disk_cache
- .location
- .join(self.get_emit_filename(specifier)?),
- )
- }
-
fn get_emit_filename(&self, specifier: &ModuleSpecifier) -> Option<PathBuf> {
self
.disk_cache