[asp.net] FormsAuthenticationTicket.FromByteArray stops early if it is passed a null...
[mono.git] / mcs / mcs / complete.cs
index 191c8cd5ae2ba15e44da46e5661a027b3e730541..43cc8fad7f8e9b0449712914eafcb99133b9f305 100644 (file)
 // statements even when the expression is incomplete (for example
 // completing inside a lambda
 //
-using System;
 using System.Collections.Generic;
-using System.Text;
-using Mono.CSharp.Linq;
 using System.Linq;
 
 namespace Mono.CSharp {