Skip to content

Commit

Permalink
Removed unreferenced empty method SetDocumentId from ConceptSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
svethors committed Mar 1, 2017
1 parent efe7c55 commit a7bea14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Bifrost.MongoDb/Concepts/ConceptSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,5 @@ public void Serialize(BsonSerializationContext context, BsonSerializationArgs ar
else if (underlyingValueType == typeof(decimal))
bsonWriter.WriteString(underlyingValue?.ToString() ?? default(decimal).ToString());
}

public void SetDocumentId(object document, object id)
{
}
}
}

0 comments on commit a7bea14

Please sign in to comment.