mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Remove unnecessary branch
This commit is contained in:
parent
f75177b64b
commit
2d3fa9d7f4
@ -26,11 +26,6 @@ namespace vcpkg::Commands::PortsDiff
|
||||
{
|
||||
for (const std::string& name : ports_to_print)
|
||||
{
|
||||
if (name == "")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
const std::string& previous_version = previous_names_and_versions.at(name);
|
||||
const std::string& current_version = current_names_and_versions.at(name);
|
||||
std::cout << std::left
|
||||
|
Loading…
x
Reference in New Issue
Block a user