mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 15:04:43 +00:00
remove needless variable
This commit is contained in:
@@ -36,8 +36,6 @@ public class SharpCompressStreamAsyncTests
|
||||
|
||||
using (SharpCompressStream scs = new SharpCompressStream(ms, true, false, 0x10000))
|
||||
{
|
||||
IStreamStack stack = (IStreamStack)scs;
|
||||
|
||||
scs.Seek(0x1000, SeekOrigin.Begin);
|
||||
Assert.Equal(0x1000, scs.Position); // position in the SharpCompressionStream
|
||||
Assert.Equal(0x1000, ms.Position); // initial seek + full buffer read
|
||||
|
||||
Reference in New Issue
Block a user