From 2c762909feb345dba0484391e4c16486c34d7421 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Fri, 20 May 2016 15:11:07 +1000 Subject: [PATCH] fdr: remove dead function decls from teddy.h --- src/fdr/teddy.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/fdr/teddy.h b/src/fdr/teddy.h index a0377f60..e1ee90ea 100644 --- a/src/fdr/teddy.h +++ b/src/fdr/teddy.h @@ -38,15 +38,6 @@ 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);