changeset 5048:60dbdc6b0859

Remove fragment from method that has been removed
author andrew
date Fri, 12 Jul 2013 21:41:06 +0100
parents fef21600239c
children 297a0304a568
files src/cpu/zero/vm/cppInterpreter_zero.cpp
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Fri Jul 12 20:56:23 2013 +0100
+++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Fri Jul 12 21:41:06 2013 +0100
@@ -385,15 +385,6 @@
           CALL_VM_NOCHECK(InterpreterRuntime::monitorexit(thread, monitor));
         }
       }
-      // INT results sometimes need narrowing
-    case T_BOOLEAN:
-    case T_CHAR:
-    case T_BYTE:
-    case T_SHORT:
-      switch (src_rtype) {
-      case T_INT:
-        return;
-      }
     }
   }