summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-11-21 02:20:22 -0500
committerLioncash <mathew1800@gmail.com>2018-11-21 03:43:41 -0500
commit3533d33ff5d76afe3a8ff67f586effc5f0a1831e (patch)
treead6745b06b9a078a94a6cffb7e49073448d0924a /.gitmodules
parent5af4160bf2a7d59c7c407131473feeb669ab37c5 (diff)
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).
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 2c044ed7d..a33a04167 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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