diff options
author | Josh Blum | 2012-10-07 02:46:09 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-07 02:46:09 -0700 |
commit | c69c2f9e891915e43963010e1baf34740b55f8c2 (patch) | |
tree | 14158408196d42ccb7716dc6e31b9338fb4f6c58 /.gitmodules | |
parent | 84d3b87dfedf273800ea7f579a0c9a5d5c80099a (diff) | |
download | sandhi-c69c2f9e891915e43963010e1baf34740b55f8c2.tar.gz sandhi-c69c2f9e891915e43963010e1baf34740b55f8c2.tar.bz2 sandhi-c69c2f9e891915e43963010e1baf34740b55f8c2.zip |
removed numanuma dependency, replaced with AllocOnNode header
We only needed numanuma for allocation, so replace it with this header
hopefully theron will have this in the future
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a725202..ed5ffe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "gnuradio"] path = gnuradio url = https://github.com/guruofquality/gnuradio.git -[submodule "numanuma"] - path = numanuma - url = https://github.com/guruofquality/numanuma.git [submodule "Theron"] path = Theron url = https://github.com/guruofquality/Theron.git |