Skip to content

Commit

Permalink
remove weird empty deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean committed May 28, 2024
1 parent bf07d1a commit 8ebe666
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/LEGO.AsyncAPI.Readers/V2/AsyncApiMessageDeserializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ namespace LEGO.AsyncAPI.Readers
using LEGO.AsyncAPI.Models.Interfaces;
using LEGO.AsyncAPI.Readers.ParseNodes;

internal static partial class AsyncApiV2Deserializer
{

}

/// <summary>
/// Class containing logic to deserialize AsyncApi document into
/// runtime AsyncApi object model.
Expand Down

0 comments on commit 8ebe666

Please sign in to comment.