diff --git a/Source/AffineThreadPool.cs b/Source/AffineThreadPool.cs index f3ba968..6eb3f53 100644 --- a/Source/AffineThreadPool.cs +++ b/Source/AffineThreadPool.cs @@ -246,6 +246,7 @@ namespace Nuclex.Support { } } +#if !XBOX360 /// Retrieves the ProcessThread for the calling thread /// The ProcessThread for the calling thread private static ProcessThread getCurrentProcessThread() { @@ -260,6 +261,7 @@ namespace Nuclex.Support { return null; } +#endif /// Obtains the next work item from the queue /// The next work item in the queue