aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-05-31 00:15:41 -0400
committerPatrick Barron <barronpm@gmail.com>2020-05-31 00:15:41 -0400
commitedbb1482e80d549391479df1911fe9077e62972d (patch)
treece3e495f6d092a16dfdb6feab3f057b51341d092
parent63344ec5fd309ed0e7f804003e2595f54885c3f1 (diff)
Remove unused compile remove statements.
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
index c220bd6b6..7e61c9931 100644
--- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
+++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
@@ -21,10 +21,6 @@
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
- <Compile Remove="Migrations\20200430214405_InitialSchema.cs" />
- <Compile Remove="Migrations\20200430214405_InitialSchema.Designer.cs" />
- <Compile Remove="Migrations\20200504195424_UserSchema.cs" />
- <Compile Remove="Migrations\20200504195424_UserSchema.Designer.cs" />
</ItemGroup>
<ItemGroup>