diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2020-12-01 22:31:03 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2020-12-01 22:31:03 -0800 |
commit | a45e9ae97ab2bdcdfb5058935cc656d450fe77c6 (patch) | |
tree | da9ae9685e8ed9baec292ef05d7cb6ae247679ad /.gitmodules | |
parent | adf4330f5437dcc655936120a3538967c781391e (diff) |
cut base64 and cJSON modules out. fix read!
this wasn't too bad
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 83e5456..0abc4ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "fs/cJSON"] - path = fs/cJSON - url = https://github.com/DaveGamble/cJSON.git -[submodule "fs/base64"] - path = fs/base64 - url = https://github.com/zhicheng/base64.git [submodule "fs/frozen"] path = fs/frozen url = https://github.com/cesanta/frozen.git |