Remove unnecessary code

This commit is contained in:
Allan Odgaard
2014-05-16 09:03:26 +07:00
parent a5dd8cc2d7
commit 0286a10cbc

View File

@@ -38,7 +38,6 @@ namespace file
}
res.push_back(text::format("attr.os-version.%zu.%zu.%zu", oak::os_major(), oak::os_minor(), oak::os_patch()));
res.erase(std::remove(res.begin(), res.end(), ""), res.end());
return text::join(res, " ");
}