Remove unnecessary System.Linq reference from Compiler.cs

Hopefully will fix windows build via compile.bat
user_profiles
Justin Clark-Casey (justincc) 2013-01-24 01:11:04 +00:00
parent b775761104
commit f7feed4d44
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.CSharp;
//using Microsoft.JScript;