diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 14:38:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 15:01:05 +0300 |
commit | 721ca6fc423e85f8c1ecc93740b3ed044fc65c21 (patch) | |
tree | 457577a9701b2cf64a591f9ca6ef4d6c4daf5e50 /.gitmodules | |
parent | workflows/ci: linting (diff) | |
download | winapi-utf8-721ca6fc423e85f8c1ecc93740b3ed044fc65c21.tar.gz winapi-utf8-721ca6fc423e85f8c1ecc93740b3ed044fc65c21.zip |
get rid of SafeInt
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 486e870..d65ecb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "cmake"] path = cmake url = https://github.com/egor-tensin/cmake-common.git -[submodule "3rdparty/microsoft/SafeInt"] - path = 3rdparty/microsoft/SafeInt - url = https://github.com/egor-tensin/SafeInt.git |