We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7616112 commit 32a4821Copy full SHA for 32a4821
src/vcpkg/binarycaching.cpp
@@ -672,18 +672,6 @@ namespace
672
.string_arg(src.value);
673
}
674
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
687
bool run_nuget_commandline(DiagnosticContext& context, const Command& cmd) const
688
{
689
if (m_interactive)
0 commit comments