diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-14 16:04:43 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-14 16:04:43 -0400 |
| commit | c49543e5c23af6bee35c7164ba433fc663c79041 (patch) | |
| tree | 761462e3efa6a54f6b9838ab888e3428d85aefda /.gitmodules | |
| parent | b1eca8192b7bc17f13c8f3aeae9e79f6bc03347c (diff) | |
| download | dynamic-extension-c49543e5c23af6bee35c7164ba433fc663c79041.tar.gz | |
Removed patricia trie stuff
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0cb5e92..cfa1326 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,9 +16,6 @@ [submodule "external/ctpl"] path = external/ctpl url = git@github.com:vit-vit/CTPL.git -[submodule "external/louds-patricia"] - path = external/louds-patricia - url = git@github.com:s-yata/louds-patricia.git [submodule "external/louds-fst"] path = external/louds-fst url = git@github.com:kampersanda/fast_succinct_trie.git |