From c9bfbb1352b46c4f7933f155d55ab3fbf3520503 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 Apr 2016 13:04:19 -0400 Subject: [PATCH] Ahhh --- .../java/net/runelite/asm/attributes/code/instructions/Pop2.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/net/runelite/asm/attributes/code/instructions/Pop2.java b/src/main/java/net/runelite/asm/attributes/code/instructions/Pop2.java index 6348e599fc..0a0e2187b6 100644 --- a/src/main/java/net/runelite/asm/attributes/code/instructions/Pop2.java +++ b/src/main/java/net/runelite/asm/attributes/code/instructions/Pop2.java @@ -26,7 +26,6 @@ public class Pop2 extends Instruction StackContext value = stack.pop(); ins.pop(value); - //Object obj = frame.getStack().pop(); if (value.getType().equals(new Type(double.class.getCanonicalName())) || value.getType().equals(new Type(long.class.getCanonicalName()))) return ins;