mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
Remove vestigial submodule entry ## References #12778 removed the actual WIL submodule, but there was still an entry left in the `.gitmodules` file that was causing me confusion about an orphaned submodule directory I had in an old copy of the repo. ## Validation Steps Performed - Official validation checks passed - Build still works locally after a `git clean -fdx`
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
[submodule "dep/gsl"]
|
|
path = dep/gsl
|
|
url = https://github.com/microsoft/gsl
|