diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 15:16:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 15:16:21 +0300 |
commit | 3d3d391aed616abf8754621c8246a500dddef788 (patch) | |
tree | 678a54fbf7c530fc79dadebbc2c03e694d0ad746 /.gitmodules | |
parent | update winapi-utf8 (diff) | |
download | winapi-common-3d3d391aed616abf8754621c8246a500dddef788.tar.gz winapi-common-3d3d391aed616abf8754621c8246a500dddef788.zip |
get rid of SafeInt
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 99998f2..9ea0616 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "3rdparty/winapi/utf8"] path = 3rdparty/winapi/utf8 url = https://github.com/egor-tensin/winapi-utf8.git -[submodule "3rdparty/microsoft/SafeInt"] - path = 3rdparty/microsoft/SafeInt - url = https://github.com/dcleblanc/SafeInt.git |