Skip to content

Commit

Permalink
Merge pull request #188 from fir3pho3nixx/first-go-at-buildflags
Browse files Browse the repository at this point in the history
Remove !DOTNETCP build flag from RemoteActivatorThroughRegistry.cs (#185) (Stacks with NET40CP #187 and NET35 #186)
  • Loading branch information
jonorossi authored Feb 24, 2017
2 parents 3facf86 + 3e27dd9 commit b84bbe2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Castle.Facilities.Remoting.CustomActivators
{
#if !DOTNET40CP
using System.Linq;

using Castle.Core;
Expand Down Expand Up @@ -62,5 +61,4 @@ protected override object Instantiate(CreationContext context)
return registry.CreateRemoteInstance(Model.Name);
}
}
#endif
}

0 comments on commit b84bbe2

Please sign in to comment.