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 be07ac8 commit d6ba1f8Copy full SHA for d6ba1f8
llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
@@ -676,9 +676,6 @@ bool windows_manifest::isAvailable() { return true; }
676
677
#else
678
679
-WindowsManifestMerger::WindowsManifestMergerImpl::~WindowsManifestMergerImpl() {
680
-}
681
-
682
Error WindowsManifestMerger::WindowsManifestMergerImpl::merge(
683
MemoryBufferRef Manifest) {
684
return make_error<WindowsManifestError>("no libxml2");
0 commit comments