Skip to content

Commit 28891a9

Browse files
committed
Remove unused buffers
1 parent cc04804 commit 28891a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MLAPI/NetworkingManagerComponents/Binary/BitStream.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ public sealed class BitStream : Stream
1515
const float initialGrowthFactor = 2.0f;
1616
private byte[] target;
1717
private static readonly float[] holder_f = new float[1];
18-
private static readonly double[] holder_d = new double[1];
1918
private static readonly uint[] holder_i = new uint[1];
20-
private static readonly ulong[] holder_l = new ulong[1];
2119

2220
/// <summary>
2321
/// A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.

0 commit comments

Comments
 (0)