remove redundant entries in .gitmodules

main
phani 4 years ago committed by Sean McBride
parent cc88f82958
commit 661b7f1e64

6
.gitmodules vendored

@ -2,12 +2,6 @@
path = silverfish path = silverfish
url = https://github.com/gparmer/silverfish.git url = https://github.com/gparmer/silverfish.git
ignore = dirty ignore = dirty
[submodule "runtime/jsmn"]
path = runtime/thirdparty/jsmn
url = https://github.com/gwsystems/jsmn.git
[submodule "runtime/http-parser"]
path = runtime/thirdparty/http-parser
url = https://github.com/gwsystems/http-parser.git
[submodule "runtime/thirdparty/http-parser"] [submodule "runtime/thirdparty/http-parser"]
path = runtime/thirdparty/http-parser path = runtime/thirdparty/http-parser
url = https://github.com/gwsystems/http-parser.git url = https://github.com/gwsystems/http-parser.git

Loading…
Cancel
Save