diff options
author | Determinant <[email protected]> | 2018-11-21 18:39:30 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2018-11-21 18:39:30 -0500 |
commit | 6e60955da1225447625f179f8117787c0c579302 (patch) | |
tree | e83c6f4034a65ac58929ad2c2eb9df9bb7a0f6f4 /.gitmodules | |
parent | 15738efeec57f21c09c1d926f1ef32e7d74df138 (diff) |
drop the dependency on concurrentqueue (use native impl from salticidae)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5674fe5..834ffa4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "salticidae"] path = salticidae url = https://github.com/Determinant/salticidae.git -[submodule "concurrentqueue"] - path = concurrentqueue - url = https://github.com/cameron314/concurrentqueue.git |