From 63fb25382bb84b1c0626fc206e585d509a3530ff Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 24 Jun 2025 18:54:35 +0200 Subject: [PATCH] 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c868ef4463..230398ff24 100644 --- a/Makefile +++ b/Makefile @@ -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)