diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-15 14:10:55 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-15 14:10:55 -0400 |
| commit | b34e90b0ca84b5506625930defac997c44bf37c0 (patch) | |
| tree | 083a6b10cd6a0d052074c81de949643ba00f7a60 | |
| parent | effd0cc520aba707254ca30f8bb8761925356ff0 (diff) | |
| download | dynamic-extension-b34e90b0ca84b5506625930defac997c44bf37c0.tar.gz | |
submodule cleanup/update
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | external/fast-succinct-trie | 0 | ||||
| m--------- | external/fast_succinct_trie | 0 | ||||
| m--------- | external/vptree | 0 |
4 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index e5edcb6..a18695a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "external/PGM-index"] path = external/PGM-index url = https://github.com/gvinciguerra/PGM-index.git -[submodule "external/vptree"] - path = external/vptree - url = https://github.com/pderkowski/vptree.git [submodule "external/m-tree"] path = external/m-tree url = git@github.com:dbrumbaugh/M-Tree @@ -19,9 +16,6 @@ [submodule "external/ctpl"] path = external/ctpl url = git@github.com:vit-vit/CTPL.git -[submodule "external/fast-succinct-trie"] - path = external/fast-succinct-trie - url = git@github.com:efficient/fast-succinct-trie.git [submodule "external/louds-patricia"] path = external/louds-patricia url = git@github.com:s-yata/louds-patricia.git diff --git a/external/fast-succinct-trie b/external/fast-succinct-trie deleted file mode 160000 -Subproject 2ff7d982f567c128312ea80457fd95dc75acd34 diff --git a/external/fast_succinct_trie b/external/fast_succinct_trie -Subproject d679adac2e52ea2150f045d3d04ea93a9bcaf31 +Subproject dc24c85f915c11a6969cf88fd71ff7630c32b38 diff --git a/external/vptree b/external/vptree deleted file mode 160000 -Subproject 00c20730faf7ee560e52f23a8bc5e0bb8c0e02a |