Remove unused functions from FNDS, SNDF, KNDF

This commit is contained in:
idk
2023-11-01 20:32:57 +00:00
parent a320b254ef
commit a460ae2ffc
10 changed files with 9 additions and 350 deletions

View File

@@ -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().
*