mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
#region Declares
|
||||
|
||||
private Thread scriptLoadUnloadThread;
|
||||
private static Thread staticScriptLoadUnloadThread;
|
||||
private static Thread staticScriptLoadUnloadThread = null;
|
||||
private Queue<LUStruct> LUQueue = new Queue<LUStruct>();
|
||||
private static bool PrivateThread;
|
||||
private int LoadUnloadMaxQueueSize;
|
||||
|
||||
@@ -18528,7 +18528,6 @@ public override TOKEN OldAction(Lexer yym,ref string yytext,int action, ref bool
|
||||
case 989: { ((LSLTokens)yym).str += '\\'; }
|
||||
break;
|
||||
case 994: { yym.yy_begin("YYINITIAL"); ((LSLTokens)yym).yytext = ((LSLTokens)yym).str; ((LSLTokens)yym).str = String.Empty; return new STRING_CONSTANT(yym); }
|
||||
break;
|
||||
case 999: { yym.yy_begin("COMMENT"); }
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user