From 4e3ed37037a2aa1edeac260dc3463a81d9cf9b88 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 14 Mar 2022 09:08:54 +0530 Subject: chore: improve build times for `ext/` changes (#13927) --- ext/webstorage/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/webstorage') diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs index ef053d2b9..0aafefe62 100644 --- a/ext/webstorage/lib.rs +++ b/ext/webstorage/lib.rs @@ -46,10 +46,6 @@ pub fn init(origin_storage_dir: Option) -> Extension { .build() } -pub fn get_declaration() -> PathBuf { - PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_webstorage.d.ts") -} - struct LocalStorage(Connection); struct SessionStorage(Connection); -- cgit v1.2.3