Remove dead/unused reset method from CountingOutputStream
commit2f3977c13c05bf9c6200e535b9e083218af38371
authorShawn O. Pearce <spearce@spearce.org>
Thu, 26 Mar 2009 01:21:51 +0000 (25 18:21 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 26 Mar 2009 21:06:22 +0000 (26 22:06 +0100)
treeedaf55b81e189b1d675ccb842533c89f313bb02a
parenta82d318f1e4c9110e43040e1281605eebbb629c2
Remove dead/unused reset method from CountingOutputStream

We never reset the stream, so just remove that as a valid option.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/util/CountingOutputStream.java