code reorganisation

This commit is contained in:
Rob1103 2023-03-15 13:02:57 +01:00
parent 5338fc37ed
commit eb2a2c9d3a

View file

@ -227,7 +227,6 @@ func matchLibs(unikraftLibs string, data *u.Data) ([]string, map[string]string,
// Perform the symbol matching
matchedLibs = matchSymbols(matchedLibs, dataMap, mapSymbols)
//matchedLibs = append(matchedLibs, LWIP)
return matchedLibs, externalLibs, nil
}