mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
smartthreadpool: remove old windows(like CE) support, remove tabs.. (do runprebuild)
This commit is contained in:
3
ThirdParty/SmartThreadPool/Exceptions.cs
vendored
3
ThirdParty/SmartThreadPool/Exceptions.cs
vendored
@@ -68,7 +68,6 @@ namespace Amib.Threading
|
||||
}
|
||||
|
||||
|
||||
#if !(_WINDOWS_CE) && !(_SILVERLIGHT) && !(WINDOWS_PHONE)
|
||||
/// <summary>
|
||||
/// Represents an exception in case IWorkItemResult.GetResult has been canceled
|
||||
/// </summary>
|
||||
@@ -105,7 +104,5 @@ namespace Amib.Threading
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user