Remove unused submodules (#226)

* Update .gitmodules

* Delete import
This commit is contained in:
MegaMech 2025-06-16 16:33:31 -06:00 committed by GitHub
parent f6e2f12371
commit d3a3e761cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

6
.gitmodules vendored
View File

@ -1,9 +1,3 @@
[submodule "tools/asm-differ"]
path = tools/asm-differ
url = https://github.com/simonlindholm/asm-differ
[submodule "tools/decomp-permuter"]
path = tools/decomp-permuter
url = https://github.com/simonlindholm/decomp-permuter
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

7
import
View File

@ -1,7 +0,0 @@
#!/bin/bash
# note, this quick hack only works with five arguments.
# if you're trying to use six arguments, you need to add another `$6` etc.
python3 tools/decomp-permuter/import.py $1 $2 $3 $4 $5