diff options
author | 2022-11-11 00:43:55 -0800 | |
---|---|---|
committer | 2022-11-11 00:43:55 -0800 | |
commit | 096abc638a7074b35ea0aa51fd2171e62d4fd5b7 (patch) | |
tree | 4b10a868c84bbbe0f52b5ea8bec8bb1f026626e3 | |
parent | d3fc1ee7d2c32456f850f6c95f66991d711cbfd2 (diff) | |
download | bun-096abc638a7074b35ea0aa51fd2171e62d4fd5b7.tar.gz bun-096abc638a7074b35ea0aa51fd2171e62d4fd5b7.tar.zst bun-096abc638a7074b35ea0aa51fd2171e62d4fd5b7.zip |
Remove with `git rm`
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 8 | ||||
m--------- | src/deps/libbacktrace | 0 |
2 files changed, 0 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index 401722e37..0030d7cd9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,14 +41,6 @@ ignore = dirty depth = 1 shallow = true fetchRecurseSubmodules = false -[submodule "src/deps/libbacktrace"] - path = src/deps/libbacktrace - url = https://github.com/Jarred-Sumner/libbacktrace.git - ignore = dirty - depth = 1 - shallow = true - fetchRecurseSubmodules = false - update = none [submodule "src/deps/lol-html"] path = src/deps/lol-html url = https://github.com/cloudflare/lol-html diff --git a/src/deps/libbacktrace b/src/deps/libbacktrace deleted file mode 160000 -Subproject 4d2dd0b172f2c9192f83ba93425f868f2a13c55 |