From fac33b3a640edbc2144e7e6f1002cc603c683bd6 Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <martin.stiemerling@h-da.de>
Date: Mon, 3 Jul 2023 11:50:12 +0000
Subject: [PATCH] even more ganrg

---
 kms/kms.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kms/kms.go b/kms/kms.go
index 4738a65..153b3fd 100644
--- a/kms/kms.go
+++ b/kms/kms.go
@@ -42,9 +42,10 @@ type EKMS struct {
 // Will keep information about the quantum elements that this EKMS is talking to
 // This actually constitutes a quantum element with only a single link
 
+/*
 type QuantumElementInterface interface {
 	GetQlID() qlElementId
-}
+}*/
 
 type QuantumElement struct {
 	qlID               qlElementId
-- 
GitLab