Skip to content

Commit 25ca77a

Browse files
committed
remove unused var
1 parent 96f5583 commit 25ca77a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/core/src/bridge.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ use crate::{release_downloader, utils};
1010
const EXECUTABLE_NAME: &str = "defold-nvim-bridge";
1111
const OWNER: &str = "atomicptr";
1212
const REPOSITORY: &str = "defold.nvim";
13-
#[cfg(not(target_os = "windows"))]
14-
const EXE_SUFFIX: &str = "";
1513

1614
#[cfg(target_os = "linux")]
1715
const ASSET_NAME: &str = "linux-x86-defold-nvim-bridge";

0 commit comments

Comments
 (0)