fdr_compile_internal: remove unused decl

getFDRConfirm() is static.
This commit is contained in:
Justin Viiret 2016-03-01 15:26:33 +11:00 committed by Matthew Barr
parent ea62ba107f
commit 964fc22b1a

View File

@ -56,9 +56,6 @@ class EngineDescription;
class FDREngineDescription; class FDREngineDescription;
struct hwlmStreamingControl; struct hwlmStreamingControl;
size_t getFDRConfirm(const std::vector<hwlmLiteral> &lits, FDRConfirm **fdrc_p,
bool make_small);
std::pair<u8 *, size_t> setupFullMultiConfs( std::pair<u8 *, size_t> setupFullMultiConfs(
const std::vector<hwlmLiteral> &lits, const EngineDescription &eng, const std::vector<hwlmLiteral> &lits, const EngineDescription &eng,
std::map<BucketIndex, std::vector<LiteralIndex> > &bucketToLits, std::map<BucketIndex, std::vector<LiteralIndex> > &bucketToLits,