Skip to content

Commit

Permalink
unneccesary
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Oct 20, 2019
1 parent 1c5b125 commit 852db30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public IEnumerable<KeyValuePair<string, object>> ReadExtraObjects(object message

static IGCSerializableHeader ReadHeader(uint rawEMsg, Stream stream)
{
IGCSerializableHeader header = null;
IGCSerializableHeader header;

if (MsgUtil.IsProtoBuf(rawEMsg))
{
Expand Down

0 comments on commit 852db30

Please sign in to comment.