Skip to content

Commit

Permalink
Clean up leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Feb 23, 2023
1 parent 1dfa9bf commit 6502628
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 27 deletions.
2 changes: 0 additions & 2 deletions Realm/Realm/DataBinding/TypeInfoHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Collections.Concurrent;
using System.Reflection;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/DataBinding/WovenGetterMethodInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Globalization;
using System.Reflection;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/DataBinding/WovenPropertyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Globalization;
using System.Reflection;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/DatabaseTypes/IMetadataObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

namespace Realms
{
/// <summary>
Expand Down
3 changes: 2 additions & 1 deletion Realm/Realm/DatabaseTypes/RealmCollectionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public abstract class RealmCollectionBase<T>
: INotifiable<NotifiableObjectHandleBase.CollectionChangeSet>,
IRealmCollection<T>,
IList,
IThreadConfined
IThreadConfined,
IMetadataObject
{
private readonly Lazy<NotificationCallbacks<T>> _notificationCallbacks;

Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/AppHandle.EmailPassword.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/AppHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/AsyncOpenTaskHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Runtime.InteropServices;

Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/CollectionHandleBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using Realms.Native;

Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/DictionaryHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/ListHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Runtime.InteropServices;
using Realms.Native;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/ResultsHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Runtime.InteropServices;
using Realms.Native;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Handles/SetHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

using System;
using System.Runtime.InteropServices;
using Realms.Native;
Expand Down
2 changes: 0 additions & 2 deletions Realm/Realm/Helpers/TaskCompletionSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
//
////////////////////////////////////////////////////////////////////////////

#nullable enable

namespace System.Threading.Tasks
{
#if NETSTANDARD2_0
Expand Down

0 comments on commit 6502628

Please sign in to comment.