diff options
author | Justin Clark-Casey (justincc) | 2013-01-24 01:11:04 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-24 01:11:04 +0000 |
commit | f7feed4d44ab3c2d0ad942d1ca8d04e3ab3417c3 (patch) | |
tree | ecc2fba5454705dffcb14cdad066743d2424822a | |
parent | Disable the not very useful infinite recursion co-op termination tests for no... (diff) | |
download | opensim-SC_OLD-f7feed4d44ab3c2d0ad942d1ca8d04e3ab3417c3.zip opensim-SC_OLD-f7feed4d44ab3c2d0ad942d1ca8d04e3ab3417c3.tar.gz opensim-SC_OLD-f7feed4d44ab3c2d0ad942d1ca8d04e3ab3417c3.tar.bz2 opensim-SC_OLD-f7feed4d44ab3c2d0ad942d1ca8d04e3ab3417c3.tar.xz |
Remove unnecessary System.Linq reference from Compiler.cs
Hopefully will fix windows build via compile.bat
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs index 002e852..9d20c9e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | |||
@@ -31,7 +31,6 @@ using System.Collections.Generic; | |||
31 | using System.Globalization; | 31 | using System.Globalization; |
32 | using System.Reflection; | 32 | using System.Reflection; |
33 | using System.IO; | 33 | using System.IO; |
34 | using System.Linq; | ||
35 | using System.Text; | 34 | using System.Text; |
36 | using Microsoft.CSharp; | 35 | using Microsoft.CSharp; |
37 | //using Microsoft.JScript; | 36 | //using Microsoft.JScript; |