Skip to content

Commit

Permalink
remove nonused class since it has been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
mkm85 committed Apr 2, 2024
1 parent 74a6bcf commit 3aef329
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/NabtoClient/NabtoClient/Impl/ConnectionImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,3 @@ protected void Dispose(bool disposing)
}

}

/**
* <summary>This is used to hold a connection event such that we can pin the object, in turn such
* that garbage collection does not change the address of the ConnectionEvent.</summary>
*/
internal class ConnectionEventHolderImpl
{
internal int ConnectionEvent;
}

0 comments on commit 3aef329

Please sign in to comment.