Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 91703a4

Browse files
committed
Removed unused types.
1 parent c50b29a commit 91703a4

File tree

5 files changed

+0
-50
lines changed

5 files changed

+0
-50
lines changed

src/GitHub.Exports.Reactive/Collections/ISelectable.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<ItemGroup>
167167
<Compile Include="Factories\IApiClientFactory.cs" />
168168
<Compile Include="Authentication\IDelegatingTwoFactorChallengeHandler.cs" />
169-
<Compile Include="Collections\ISelectable.cs" />
170169
<Compile Include="Api\IApiClient.cs" />
171170
<Compile Include="Services\IAvatarProvider.cs" />
172171
<Compile Include="Services\IRepositoryCloneService.cs" />

src/GitHub.Exports/Authentication/AuthenticationResult.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/GitHub.Exports/Authentication/AuthenticationResultExtensions.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
</None>
223223
</ItemGroup>
224224
<ItemGroup>
225-
<Compile Include="Authentication\AuthenticationResultExtensions.cs" />
226225
<Compile Include="Extensions\ServiceProviderExtensions.cs" />
227226
<Compile Include="Services\VSServices.cs" />
228227
<Compile Include="Settings\generated\IPackageSettings.cs">
@@ -245,7 +244,6 @@
245244
<Compile Include="Models\IProgram.cs" />
246245
<Compile Include="Api\ISimpleApiClient.cs" />
247246
<Compile Include="Api\ISimpleApiClientFactory.cs" />
248-
<Compile Include="Authentication\AuthenticationResult.cs" />
249247
<Compile Include="Models\IRemoteRepositoryModel.cs" />
250248
<Compile Include="Exports\ExportMetadata.cs" />
251249
<Compile Include="Primitives\StringEquivalent.cs" />

0 commit comments

Comments
 (0)