Skip to content

Commit

Permalink
warning CS0219: The variable `es' is assigned but its value is never …
Browse files Browse the repository at this point in the history
…used

This closes apache#212

Signed-off-by: sacharya <[email protected]>
  • Loading branch information
dorisugita authored and spacharya committed Apr 28, 2017
1 parent 4b3677c commit fc3d582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/csharp/src/apache/main/Generic/GenericReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ protected virtual void AddField(object record, string fieldName, int fieldPos, o
/// <returns>An enum object.</returns>
protected virtual object ReadEnum(object reuse, EnumSchema writerSchema, Schema readerSchema, Decoder d)
{
EnumSchema es = readerSchema as EnumSchema;
return CreateEnum(reuse, readerSchema as EnumSchema, writerSchema[d.ReadEnum()]);
}

Expand Down

0 comments on commit fc3d582

Please sign in to comment.