]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr: remove dead function decls from teddy.h
authorJustin Viiret <justin.viiret@intel.com>
Fri, 20 May 2016 05:11:07 +0000 (15:11 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 24 May 2016 01:26:10 +0000 (11:26 +1000)
src/fdr/teddy.h

index a0377f60b7d3872d3c5b88a28e8e120f8b1d4d12..e1ee90ea3901777eb00e4c75c5f6d6160405d2ac 100644 (file)
 struct FDR; // forward declaration from fdr_internal.h
 struct FDR_Runtime_Args;
 
-hwlm_error_t fdr_exec_s1_w128(const struct FDR *fdr,
-                              const struct FDR_Runtime_Args *a);
-
-hwlm_error_t fdr_exec_s2_w128(const struct FDR *fdr,
-                              const struct FDR_Runtime_Args *a);
-
-hwlm_error_t fdr_exec_s4_w128(const struct FDR *fdr,
-                              const struct FDR_Runtime_Args *a);
-
 hwlm_error_t fdr_exec_teddy_msks1(const struct FDR *fdr,
                                   const struct FDR_Runtime_Args *a);