Skip to content

Commit 3a0b410

Browse files
Remove unused variable.
1 parent 2afd56e commit 3a0b410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mk/main.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ LLVM_HOST_TRIPLE_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --host-target)
326326

327327
LLVM_AS_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llvm-as$$(X_$(1))
328328
LLC_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llc$$(X_$(1))
329-
OPT_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/opt$$(X_$(1))
330329

331330
endef
332331

0 commit comments

Comments
 (0)