From 00b7058e000d7871df2ae40075ead1042e8e81ac Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 11 Apr 2007 13:32:50 +0000 Subject: Attempt to rearrange some of the directories --- 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