diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-01-25 12:12:50 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-01-25 12:12:50 -0500 |
commit | 932872ad17dd0fe86bd8c30f8165e4d0fc0cd5ee (patch) | |
tree | f2d2a2dac9dbd8821af01040116734d8985ef316 /.gitmodules | |
parent | beb9de04047af3846bb616bfe4706c642de42602 (diff) | |
download | difference-932872ad17dd0fe86bd8c30f8165e4d0fc0cd5ee.tar.gz difference-932872ad17dd0fe86bd8c30f8165e4d0fc0cd5ee.tar.bz2 difference-932872ad17dd0fe86bd8c30f8165e4d0fc0cd5ee.zip |
Removed yaml-cpp submodule
Project now links against a local installation of yaml-cpp.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 79dde9f..6fecb3f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,6 +4,3 @@ | |||
4 | [submodule "vendor/libtwittercpp"] | 4 | [submodule "vendor/libtwittercpp"] |
5 | path = vendor/libtwittercpp | 5 | path = vendor/libtwittercpp |
6 | url = https://github.com/hatkirby/libtwittercpp | 6 | url = https://github.com/hatkirby/libtwittercpp |
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = https://github.com/jbeder/yaml-cpp | ||