fixing scheduling process

This commit is contained in:
pb
2024-07-04 15:57:28 +02:00
parent b40879d8aa
commit b87b6c9eeb
5 changed files with 9 additions and 5 deletions

View File

@@ -49,7 +49,5 @@ func NewLink(src ResourceObject, srcId string, dst ResourceObject, dstId string)
return
}
// So far only computing components expect the ID of the DC in their attributes
// func (l *Link) AddLinkToDataCenter(component models.ComputingModel) {
// }