From 3376b82501000692d6dac24b051af738cdaf2737 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 24 May 2007 12:16:50 +0000 Subject: Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server. --- OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs (limited to 'OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs') diff --git a/OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs b/OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs deleted file mode 100644 index 2541991..0000000 --- a/OpenSim.Scripting/EmbeddedJVM/MethodMemory.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace OpenSim.Scripting.EmbeddedJVM -{ - public class MethodMemory - { - public byte[] MethodBuffer; - public List Classes = new List(); - public int NextMethodPC = 0; - public int Methodcount = 0; - - public MethodMemory() - { - MethodBuffer = new byte[20000]; - } - } -} -- cgit v1.1