common: Remove dependency on xbyak

Xbyak is currently entirely unused. Rather than carting it along, remove
it and get rid of a dependency. If it's ever needed in the future, then
it can be re-added (and likely be more up to date at that point in
time).
This commit is contained in:
Lioncash
2018-11-21 02:20:22 -05:00
parent 5af4160bf2
commit 3533d33ff5
6 changed files with 0 additions and 287 deletions

3
.gitmodules vendored
View File

@ -13,9 +13,6 @@
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/MerryMage/dynarmic.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git