From e706678577848b4f4480108ef519bb15b241e086 Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Fri, 15 Nov 2024 12:23:48 +0100
Subject: [PATCH] Remove unused function

---
 configure/E3/DEFINES_FT | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure/E3/DEFINES_FT b/configure/E3/DEFINES_FT
index 5d3740cf..ce2448bb 100644
--- a/configure/E3/DEFINES_FT
+++ b/configure/E3/DEFINES_FT
@@ -6,11 +6,6 @@ git submodule update --init --recursive $@/.
 git submodule update --remote --merge $@/
 endef
 
-define git_module_init_update =
-git submodule update --init --recursive $@/.
-git submodule update --remote --merge $@/
-endef
-
 define patch_site
 patches=$$(ls $(TOP)/patch/*.p0.patch 2> /dev/null); \
 if [ -n "$$patches" ]; then \
@@ -41,7 +36,6 @@ endif
 
 ### Exclude the following variables to display
 VARS_EXCLUDES+=git_update
-VARS_EXCLUDES+=git_module_init_update
 VARS_EXCLUDES+=patch_site
 VARS_EXCLUDES+=patch_revert_site
 VARS_EXCLUDES+=QUIET
-- 
GitLab