diff --git a/srcs/buildtool/microlibs_process.go b/srcs/buildtool/microlibs_process.go index 8a5ced8..43a01c4 100644 --- a/srcs/buildtool/microlibs_process.go +++ b/srcs/buildtool/microlibs_process.go @@ -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 }