Remove usages of [ExcludeFromDynamicCompile]

This commit is contained in:
Dan Balasescu
2023-05-08 18:12:56 +09:00
parent 214bc40570
commit d2380bd840
22 changed files with 0 additions and 43 deletions

View File

@ -8,7 +8,6 @@ using osu.Framework.Extensions;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Framework.Testing;
using osu.Game.Extensions;
using osu.Game.IO;
using osu.Game.Models;
@ -19,7 +18,6 @@ namespace osu.Game.Database
/// <summary>
/// Handles the storing of files to the file system (and database) backing.
/// </summary>
[ExcludeFromDynamicCompile]
public class RealmFileStore
{
private readonly RealmAccess realm;