forked from I2P_Developers/i2p.i2p
Remove unused functions from FNDS, SNDF, KNDF
This commit is contained in:
@@ -153,16 +153,6 @@ public abstract class DatabaseEntry extends DataStructureImpl {
|
||||
type == KEY_TYPE_META_LS2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Convenience method, is the type any variant of router info?
|
||||
*
|
||||
* @return true for any type of RouterInfo, false for LeaseSet, false for others
|
||||
* @since x.x.x
|
||||
*/
|
||||
public boolean isRouterInfo() {
|
||||
return (getType() == KEY_TYPE_ROUTERINFO);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the raw payload data, excluding the signature, to be signed by sign().
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user