From f95b6081cba084d1b067acea99c0effa2b3bf42c Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 24 May 2007 12:35:32 +0000 Subject: Renamed the new Directories. (removed the "-Source" from the end of them) --- .../OpenSim.Scripting/EmbeddedJVM/StackFrame.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/StackFrame.cs (limited to 'OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/StackFrame.cs') diff --git a/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/StackFrame.cs b/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/StackFrame.cs deleted file mode 100644 index afca7a9..0000000 --- a/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/StackFrame.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenSim.Scripting.EmbeddedJVM.Types; - -namespace OpenSim.Scripting.EmbeddedJVM -{ - public class StackFrame - { - public BaseType[] LocalVariables; - public Stack OpStack = new Stack(); - - public int ReturnPC = 0; - public ClassRecord CallingClass = null; - - public StackFrame() - { - LocalVariables = new BaseType[20]; - } - - } -} -- cgit v1.1