diff --git a/kms/kms.go b/kms/kms.go
index 4738a6501de4ea3941abad0d35e0c1ffb3ba8bee..153b3fd942f200861515ea0a87e660e9b5121015 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