From 3f3b62b9d5ea5badbc532f732dfd799b2c247e7f Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 26 Jul 2009 15:46:58 +0000 Subject: [PATCH] --- source2/IL2PCU/Cosmos.IL2CPU.X86/ILOp.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/source2/IL2PCU/Cosmos.IL2CPU.X86/ILOp.cs b/source2/IL2PCU/Cosmos.IL2CPU.X86/ILOp.cs index c91cc7481..7ce182828 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU.X86/ILOp.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU.X86/ILOp.cs @@ -13,8 +13,5 @@ namespace Cosmos.IL2CPU.X86 { protected readonly CPU.Assembler Asmblr; - //TODO: remove this when all descendants implement this - public override void Execute(UInt32 aMethodUID) { - } } }