From ef3b47169f19689ca929933642d63ae05de35a01 Mon Sep 17 00:00:00 2001
From: Lucas De Marchi <lucas.demarchi@intel.com>
Date: Wed, 10 Jan 2024 13:18:02 -0800
Subject: [PATCH] dim: Remove unused intel_remote

Leftover from previous refactors, not used anymore.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index ef5cec2..23ef4ec 100755
--- a/dim
+++ b/dim
@@ -2252,7 +2252,7 @@ function dim_list_branches
 dim_alias_ub=update-branches
 function dim_update_branches
 {
-	local repo remote intel_remote
+	local repo remote
 
 	cd $DIM_PREFIX/$DIM_REPO
 
-- 
GitLab