Commit 57be03df authored by Jon Skeet's avatar Jon Skeet

Removed unnecessary delegate

parent 0bf2ad14
......@@ -29,7 +29,6 @@ namespace Google.ProtocolBuffers.FieldAccess {
private readonly Action<TBuilder, object> setValueDelegate;
private readonly Func<TMessage, bool> hasDelegate;
private readonly Func<TBuilder, IBuilder> clearDelegate;
delegate void SingleValueDelegate<TSource>(TSource source, object value);
/// <summary>
/// The CLR type of the field (int, the enum type, ByteString, the message etc).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment