aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2021-09-17 21:53:39 -0700
committerRaman Tenneti <rtenneti@google.com>2021-09-17 21:53:39 -0700
commitc1ff7308adfa36eb4dae7e687af05d72c157c7f4 (patch)
tree27e5f0475b02b6b204a93cae155ffb2ec6e796cd
parentfe97a5ef3b91663de5facbfdd74dd50349897610 (diff)
downloadlibz-sys-c1ff7308adfa36eb4dae7e687af05d72c157c7f4.tar.gz
Remove external/rust/crates/libz-sys/.gitmodules.
git doesn't support submodules in external directory. Didn't remove the following directories because they have files. src/zlib and src/zlib-ng Bug: 152899985 Test: Presubmit-Verify Change-Id: I3973aeec8f7e19c3bbe1746ce50fff72c333da1e
-rw-r--r--.gitmodules6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 16e5824..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "src/zlib"]
- path = src/zlib
- url = https://github.com/madler/zlib
-[submodule "src/zlib-ng"]
- path = src/zlib-ng
- url = https://github.com/zlib-ng/zlib-ng