Drop comment

...
This commit is contained in:
Helge Heß
2020-10-05 16:25:29 +02:00
parent 77db7aae24
commit f195816ee5

View File

@@ -18,8 +18,6 @@ struct ExecutableFileTechnologyInfo: Equatable {
var appImage : Image?
var dependencies = [ String ]()
// TODO: Also scan embedded apps and plugins and keep them as a nested
// array in here.
var embeddedExecutables = [ ExecutableFileTechnologyInfo ]()
var detectedTechnologies : DetectedTechnologies = []