mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
minor cleanup
This commit is contained in:
@@ -45,7 +45,6 @@ namespace OpenSim.Framework
|
||||
|
||||
[SerializableAttribute]
|
||||
[ComVisibleAttribute(false)]
|
||||
[HostProtectionAttribute(SecurityAction.LinkDemand, Synchronization = true, ExternalThreading = true)]
|
||||
public class Lazy<T>
|
||||
{
|
||||
T value;
|
||||
|
||||
Reference in New Issue
Block a user