Skip to content

Commit

Permalink
Debug build fix (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpb1 authored and JPWatson committed Aug 21, 2017
1 parent cea6db3 commit 6475b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Adaptive.Agrona/Concurrent/UnsafeBuffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,12 @@ public IntPtr BufferPointer
[MethodImpl(MethodImplOptions.AggressiveInlining)]
get { return new IntPtr(_pBuffer); }
}
#endif

public byte[] ByteArray { get; private set; }

public ByteBuffer ByteBuffer { get; private set; }

#endif

#if DEBUG
public virtual int Capacity { get; private set; }
#else
Expand Down

0 comments on commit 6475b35

Please sign in to comment.