mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
Delete some dead code.
This commit is contained in:
parent
5561ffcb90
commit
9549d345a7
2 changed files with 0 additions and 18 deletions
2
TODO
2
TODO
|
@ -31,8 +31,6 @@ Impacts from Steves changes:
|
|||
- LazyParseByteCacheTest:
|
||||
- some redundant asserts
|
||||
- huge functions
|
||||
- Manipulator.java needs docs or to be removed
|
||||
- SpeedTest has a lot of unused fields, large functions. See if it can be simplified/densified. - or removed
|
||||
|
||||
- Delete the code related to deduping. The new network management code to be checked in later makes it unnecessary.
|
||||
Also remove singleDigest as a result (it duplicates Sha256Hash).
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
package com.google.bitcoin.core;
|
||||
|
||||
public abstract class Manipulator<M extends Message> {
|
||||
|
||||
public abstract void manipulate(BitcoinSerializer bs, M message) throws Exception;
|
||||
|
||||
public abstract void manipulate(BitcoinSerializer bs, byte[] bytes) throws Exception;
|
||||
|
||||
public abstract String getDescription();
|
||||
|
||||
public void beforeTest() {}
|
||||
|
||||
public void afterTest() {}
|
||||
|
||||
public long timeForR224Test() {return -1l;}
|
||||
}
|
Loading…
Add table
Reference in a new issue