]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr_compile_internal: remove unused decl
authorJustin Viiret <justin.viiret@intel.com>
Tue, 1 Mar 2016 04:26:33 +0000 (15:26 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 8 Jul 2016 00:49:12 +0000 (10:49 +1000)
getFDRConfirm() is static.

src/fdr/fdr_compile_internal.h

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