[PR #11872] [MERGED] Delete RendererTests.cpp #28775

Open
opened 2026-01-31 09:30:40 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11872
Author: @j4james
Created: 12/2/2021
Status: Merged
Merged: 12/3/2021
Merged by: @undefined

Base: mainHead: nuke-renderertests


📝 Commits (2)

  • 337efa8 Delete unused RendererTests.cpp file.
  • 0ea3e85 Remove unused Renderer::s_CreateInstance methods.

📊 Changes

2 files changed (+0 additions, -79 deletions)

View changed files

src/host/ut_host/RendererTests.cpp (+0 -71)
📝 src/renderer/base/renderer.hpp (+0 -8)

📄 Description

Summary of the Pull Request

This PR gets rids of the unused RendererTests.cpp file and removes
the Renderer::s_CreateInstance method declarations that were only
ever reference from that file, and weren't actually defined anywhere.

PR Checklist

  • Closes Auto display readme`s (#11870)
  • CLA signed.
  • Tests added/passed
  • Documentation updated.
  • Schema updated.
  • I've not discussed this with core contributors already.

Validation Steps Performed

Compiled the solution and ran the tests - everything still worked.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11872 **Author:** [@j4james](https://github.com/j4james) **Created:** 12/2/2021 **Status:** ✅ Merged **Merged:** 12/3/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `nuke-renderertests` --- ### 📝 Commits (2) - [`337efa8`](https://github.com/microsoft/terminal/commit/337efa88cb6d5f4fc37b0993bcfccbc64c695ffa) Delete unused RendererTests.cpp file. - [`0ea3e85`](https://github.com/microsoft/terminal/commit/0ea3e85e1186982a87f747ccc4a26d14f09637d5) Remove unused Renderer::s_CreateInstance methods. ### 📊 Changes **2 files changed** (+0 additions, -79 deletions) <details> <summary>View changed files</summary> ➖ `src/host/ut_host/RendererTests.cpp` (+0 -71) 📝 `src/renderer/base/renderer.hpp` (+0 -8) </details> ### 📄 Description ## Summary of the Pull Request This PR gets rids of the unused `RendererTests.cpp` file and removes the `Renderer::s_CreateInstance` method declarations that were only ever reference from that file, and weren't actually defined anywhere. ## PR Checklist * [x] Closes #11870 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated. * [ ] Schema updated. * [ ] I've not discussed this with core contributors already. ## Validation Steps Performed Compiled the solution and ran the tests - everything still worked. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:30:40 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28775