Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ed310f0

Browse files
authored
Merge pull request #631 from github-for-unity/fixes/remove-unused-stuff
Remove Rackspace.Threading, we're not using it
2 parents ad37aca + be96c62 commit ed310f0

File tree

13 files changed

+1
-50
lines changed

13 files changed

+1
-50
lines changed
-17.3 KB
Binary file not shown.
Binary file not shown.

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969
<Reference Include="Mono.Posix">
7070
<HintPath>$(SolutionDir)lib\Mono.Posix.dll</HintPath>
7171
</Reference>
72-
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
73-
<HintPath>$(SolutionDir)\packages\TunnelVisionLabs.Threading.2.0.0-unity\lib\net35-client\Rackspace.Threading.dll</HintPath>
74-
<Private>True</Private>
75-
</Reference>
7672
<Reference Include="ReadOnlyCollectionsInterfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7773
<HintPath>$(SolutionDir)packages\ReadOnlyCollectionInterfaces.1.0.0\lib\NET20\ReadOnlyCollectionsInterfaces.dll</HintPath>
7874
<Private>True</Private>

src/GitHub.Api/Metrics/IUsageTracker.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System.Threading.Tasks;
2-
using Rackspace.Threading;
3-
4-
namespace GitHub.Unity
1+
namespace GitHub.Unity
52
{
63
public interface IUsageTracker
74
{

src/GitHub.Api/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
<package id="AsyncBridge.Net35" version="0.2.3333.0" targetFramework="net35" />
44
<package id="ReadOnlyCollectionInterfaces" version="1.0.0" targetFramework="net35" />
55
<package id="TaskParallelLibrary" version="1.0.3333.0" targetFramework="net35" />
6-
<package id="TunnelVisionLabs.Threading" version="2.0.0-unity" targetFramework="net35" />
76
</packages>

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<SpecificVersion>False</SpecificVersion>
5757
<HintPath>$(SolutionDir)\lib\Mono.Security.dll</HintPath>
5858
</Reference>
59-
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
60-
<HintPath>$(SolutionDir)\packages\TunnelVisionLabs.Threading.2.0.0-unity\lib\net35-client\Rackspace.Threading.dll</HintPath>
61-
<Private>True</Private>
62-
</Reference>
6359
<Reference Include="System" />
6460
<Reference Include="System.Core" />
6561
<Reference Include="System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL">
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="TaskParallelLibrary" version="1.0.3333.0" targetFramework="net35" />
4-
<package id="TunnelVisionLabs.Threading" version="2.0.0-unity" targetFramework="net35" />
54
</packages>

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="Rackspace.Threading, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bb62785d398726f0, processorArchitecture=MSIL">
60-
<HintPath>$(SolutionDir)\packages\TunnelVisionLabs.Threading.2.0.0-unity\lib\net35-client\Rackspace.Threading.dll</HintPath>
61-
<Private>True</Private>
62-
</Reference>
6359
<Reference Include="System" />
6460
<Reference Include="System.Core" />
6561
<Reference Include="System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383, processorArchitecture=MSIL">

src/tests/IntegrationTests/UnzipTaskTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using Microsoft.Win32.SafeHandles;
77
using NSubstitute;
88
using NUnit.Framework;
9-
using Rackspace.Threading;
109

1110
namespace IntegrationTests
1211
{

src/tests/IntegrationTests/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
<package id="NSubstitute" version="1.10.0.0" targetFramework="net35" />
77
<package id="NUnit" version="2.6.4" targetFramework="net35" />
88
<package id="TaskParallelLibrary" version="1.0.3333.0" targetFramework="net35" />
9-
<package id="TunnelVisionLabs.Threading" version="2.0.0-unity" targetFramework="net35" />
109
</packages>

0 commit comments

Comments
 (0)