diff options
author | 2023-08-28 23:09:45 +0530 | |
---|---|---|
committer | 2023-08-28 10:39:45 -0700 | |
commit | d3626287bd905be9435c165f8387222ac2759bd1 (patch) | |
tree | 2d7c90e4dc9b1aeae63bfe090e2f57461880924d | |
parent | a2ddfe6913c1884bfef6314d00cf2b708281ff79 (diff) | |
download | bun-d3626287bd905be9435c165f8387222ac2759bd1.tar.gz bun-d3626287bd905be9435c165f8387222ac2759bd1.tar.zst bun-d3626287bd905be9435c165f8387222ac2759bd1.zip |
remove uws from .gitmodules (#4374)
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index e8b448aa4..883f63914 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,13 +48,6 @@ ignore = dirty depth = 1 shallow = true fetchRecurseSubmodules = false -[submodule "src/deps/uws"] -path = src/deps/uws -url = https://github.com/Jarred-Sumner/uWebSockets -ignore = dirty -depth = 1 -shallow = true -fetchRecurseSubmodules = true [submodule "src/deps/tinycc"] path = src/deps/tinycc url = https://github.com/Jarred-Sumner/tinycc.git |