From bcf2422c4df174be3ca204cb18085c820d86b3aa Mon Sep 17 00:00:00 2001 From: Dan Albrecht Date: Thu, 20 Oct 2022 11:49:27 -0700 Subject: [PATCH] Remove vestigial submodule entry (#14248) 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` --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8063d9d015..94c5e25962 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "dep/gsl"] path = dep/gsl url = https://github.com/microsoft/gsl -[submodule "dep/wil"] - path = dep/wil - url = https://github.com/microsoft/wil