From 8668c7d418b291aa9715d6796764540a303103ad Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 27 Dec 2020 13:47:17 -0800 Subject: [PATCH] Remove erroneous duplicate submodule for PBC library. Thanks @DanySpin97 --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c418dc866..f27aaf7bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,10 +8,6 @@ path = deps/gecko-dev url = https://github.com/mozilla/gecko-dev.git branch = esr45 -[submodule "pbc"] - path = pbc - url = https://github.com/blynn/pbc.git - branch = master [submodule "deps/pbc"] path = deps/pbc url = https://github.com/blynn/pbc.git