diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-27 11:22:22 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-27 11:22:22 +0200 |
commit | 635f65e4a5bd168cb1c42c850260c8cfb685e8d3 (patch) | |
tree | c3d385b94a30120deb068008566dc96c15abe89a | |
parent | e24eea1b24311a8973a063dd4a2941f52509f40e (diff) |
Removed cpp-httplib / inja. Will get replaced by `git subtree`.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | deps/cpp-httplib | 0 | ||||
m--------- | deps/inja | 0 |
3 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 0e720a2..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "deps/cpp-httplib"] - path = deps/cpp-httplib - url = https://github.com/yhirose/cpp-httplib -[submodule "deps/inja"] - path = deps/inja - url = https://github.com/pantor/inja.git diff --git a/deps/cpp-httplib b/deps/cpp-httplib deleted file mode 160000 -Subproject 531708816a2381bf60d41ddf650f486a3bf0086 diff --git a/deps/inja b/deps/inja deleted file mode 160000 -Subproject 57ac9b93725cbddcaa7b25719cd01224d0543c0 |