Skip to content
Snippets Groups Projects
Commit e7066785 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove unused function

parent 4237fa36
No related branches found
No related tags found
1 merge request!195E3-1720: Change submodule reset to silence error message
Pipeline #205867 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment