summaryrefslogtreecommitdiffstats
path: root/courgette/ensemble_apply.cc
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/ensemble_apply.cc')
-rw-r--r--courgette/ensemble_apply.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/courgette/ensemble_apply.cc b/courgette/ensemble_apply.cc
index be3618b..7c7cca8 100644
--- a/courgette/ensemble_apply.cc
+++ b/courgette/ensemble_apply.cc
@@ -148,9 +148,6 @@ Status EnsemblePatchApplication::ReadInitialParameters(
case EXE_ELF_32_ARM:
patcher = new PatcherX86_32(base_region_);
break;
- case EXE_WIN_32_X64:
- patcher = new PatcherX86_32(base_region_);
- break;
}
if (patcher)