diff options
author | Sam Clegg <sbc@chromium.org> | 2020-04-08 18:38:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 15:38:27 -0700 |
commit | dc5a503c4d54dc71ab46535c1966540785562dd7 (patch) | |
tree | 87c7aa7295925e4dfebc786ea5ff7998ca368163 | |
parent | 2f9d019267bd792e1df09a00648eb4d8edb39ac1 (diff) | |
download | binaryen-dc5a503c4d54dc71ab46535c1966540785562dd7.tar.gz binaryen-dc5a503c4d54dc71ab46535c1966540785562dd7.tar.bz2 binaryen-dc5a503c4d54dc71ab46535c1966540785562dd7.zip |
Remove .gitmodules file (#2732)
This had two entries which were removed in #1677 and #2118.
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b8b1f289d..000000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "test/spec"] - path = test/spec - url = https://github.com/WebAssembly/testsuite.git -[submodule "test/emscripten"] - path = test/emscripten - url = https://github.com/kripken/emscripten.git |