Skip to content

Commit

Permalink
[api-diff] Remove tool to merge multiple markdown documents. (#21566)
Browse files Browse the repository at this point in the history
It's not used anymore, because we only create a single markdown document for
each platform in .NET (because we only ship a single assembly for each platform now).
  • Loading branch information
rolfbjarne authored Nov 4, 2024
1 parent 1faaf03 commit 25fa00f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
3 changes: 0 additions & 3 deletions tools/apidiff/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,3 @@ $(APIDIFF_DIR)/references/current/Microsoft.$(1).xml: $(DOTNET_DESTDIR)/$($(1)_N
update-current-refs:: $(APIDIFF_DIR)/references/current/Microsoft.$(1).xml
endef
$(foreach platform,$(DOTNET_PLATFORMS),$(eval $(call GenerateCurrentReferenceXml,$(platform))))

merger.exe: merger.cs
$(Q) $(SYSTEM_CSC) -debug $< -out:$@ /nologo
113 changes: 0 additions & 113 deletions tools/apidiff/merger.cs

This file was deleted.

6 comments on commit 25fa00f

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.