Skip to content

Commit 0b7c85b

Browse files
authored
refactor: remove unused lines (#350)
1 parent 412cf6a commit 0b7c85b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Makevars.win

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ CARGO_LINKER = x86_64-w64-mingw32.static.posix-gcc.exe
1616
all: C_clean $(SHLIB) cleanup
1717

1818
$(SHLIB): $(STATLIB)
19-
if [ "$(NOT_CRAN)" != "true" ]; then \
20-
rm -Rf "$(STATLIB)" "$(CARGOTMP)" "$(VENDOR_DIR)" "$(LIBDIR)/build"; \
21-
fi
2219

2320
CARGOTMP = $(CURDIR)/.cargo
2421
VENDOR_DIR = $(CURDIR)/rust/vendor

0 commit comments

Comments
 (0)