removed unused varaible

This commit is contained in:
Christian Goll
2022-03-30 17:54:13 +02:00
parent ab32625e7a
commit 175e387f63

View File

@@ -44,12 +44,6 @@ func FindRuntimeOverlays() ([]string, error) {
}
*/
type testVar struct {
calledOnce bool
calledTwice bool
myName string
}
/*
Build all overlays (runtime and generic) for a node
*/