From 661b7f1e64fdb39857bcd2bc76cc54a128db0b53 Mon Sep 17 00:00:00 2001 From: phani Date: Thu, 23 Jul 2020 11:52:51 -0400 Subject: [PATCH] remove redundant entries in .gitmodules --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index c0d22ed..58325e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,12 +2,6 @@ path = silverfish url = https://github.com/gparmer/silverfish.git 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"] path = runtime/thirdparty/http-parser url = https://github.com/gwsystems/http-parser.git