* Fixing compiler warnings in an attempt to reduce them back down to zero.

This commit is contained in:
Adam Frisby
2007-07-13 07:17:42 +00:00
parent 486632986c
commit 0f1b2f278b
4 changed files with 38 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ namespace OpenSim.Scripting.EmbeddedJVM
private List<Thread> _threads = new List<Thread>();
private BlockingQueue<CompileInfo> CompileScripts = new BlockingQueue<CompileInfo>();
private MainMemory _mainMemory;
private System.Threading.Thread compileThread;
ScriptInfo scriptInfo;