mirror of
https://github.com/ppy/osu
synced 2025-03-04 10:29:37 +00:00
Remove unnecessary warning suppression
This commit is contained in:
parent
6c90f9ceed
commit
cdb3d20fc6
@ -2,13 +2,11 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Threading;
|
||||
using Realms;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
[SuppressMessage("ReSharper", "CA2225")]
|
||||
public class RealmWrapper<T> : IEquatable<RealmWrapper<T>>
|
||||
where T : RealmObject, IHasGuidPrimaryKey
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user