From 96a3fbb4e2501b199fc7693779c8d07af00e6da9 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Thu, 29 Aug 2019 23:46:50 +1100
Subject: [PATCH] useless commit

---
 src/lib66/instance.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib66/instance.c b/src/lib66/instance.c
index e69a6272..d71cee97 100644
--- a/src/lib66/instance.c
+++ b/src/lib66/instance.c
@@ -34,9 +34,8 @@
 int instance_check(char const *svname)
 {
 	int r ;
-	size_t len = strlen(svname) ;
 	r = get_len_until(svname,'@') ;
-	// len == r avoid empty value after the instance template name
+	// avoid empty value after the instance template name
 	if (strlen(svname+r) <= 1 && r > 0) return 0 ;
 	
 	return r ;
-- 
GitLab