From 31cbb3b6aa1428498caec0bb627dee6754abf38a Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 16 Nov 2015 22:16:42 +0100 Subject: [PATCH] Remove requests submodule Since the requests module is already provided by ycmd, we don't need to add it a second time in YCM. --- .gitmodules | 3 --- third_party/requests | 1 - 2 files changed, 4 deletions(-) delete mode 160000 third_party/requests diff --git a/.gitmodules b/.gitmodules index 78984783..81b39d10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "third_party/requests-futures"] path = third_party/requests-futures url = https://github.com/ross/requests-futures -[submodule "third_party/requests"] - path = third_party/requests - url = https://github.com/kennethreitz/requests [submodule "third_party/ycmd"] path = third_party/ycmd url = https://github.com/Valloric/ycmd diff --git a/third_party/requests b/third_party/requests deleted file mode 160000 index fa338da7..00000000 --- a/third_party/requests +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fa338da717124188b21d48df55f2fa9aca459d12