Skip to content

Commit 32a4821

Browse files
committed
Delete the dead run_nuget_commandline overload.
1 parent 7616112 commit 32a4821

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/vcpkg/binarycaching.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -672,18 +672,6 @@ namespace
672672
.string_arg(src.value);
673673
}
674674

675-
ExpectedL<Unit> run_nuget_commandline(const Command& cmd, MessageSink& msg_sink) const
676-
{
677-
BufferedDiagnosticContext bdc{msg_sink};
678-
WarningDiagnosticContext wdc{bdc};
679-
if (run_nuget_commandline(wdc, cmd))
680-
{
681-
return {Unit{}};
682-
}
683-
684-
return LocalizedString::from_raw(std::move(bdc).to_string());
685-
}
686-
687675
bool run_nuget_commandline(DiagnosticContext& context, const Command& cmd) const
688676
{
689677
if (m_interactive)

0 commit comments

Comments
 (0)