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) { - } } }