Skip to content

Commit 63fb253

Browse files
authored
Remove unused variable HUGO_VERSION (#34840)
This variable is unused, occurs nowhere in the codebase. I can't pinpoint the exact commit when it was last used, but I think it's unused since the docs were moved out.
1 parent 22a84a7 commit 63fb253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ ifeq ($(RACE_ENABLED),true)
8181
endif
8282

8383
STORED_VERSION_FILE := VERSION
84-
HUGO_VERSION ?= 0.111.3
8584

8685
GITHUB_REF_TYPE ?= branch
8786
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)

0 commit comments

Comments
 (0)