Browse Source

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.
pull/34845/head
silverwind 6 months ago committed by GitHub
parent
commit
63fb25382b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Makefile

1
Makefile

@ -81,7 +81,6 @@ ifeq ($(RACE_ENABLED),true) @@ -81,7 +81,6 @@ ifeq ($(RACE_ENABLED),true)
endif
STORED_VERSION_FILE := VERSION
HUGO_VERSION ?= 0.111.3
GITHUB_REF_TYPE ?= branch
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)

Loading…
Cancel
Save