fdr: remove dead function decls from teddy.h

This commit is contained in:
Justin Viiret 2016-05-20 15:11:07 +10:00 committed by Matthew Barr
parent e52783017e
commit 2c762909fe

View File

@ -38,15 +38,6 @@
struct FDR; // forward declaration from fdr_internal.h struct FDR; // forward declaration from fdr_internal.h
struct FDR_Runtime_Args; 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, hwlm_error_t fdr_exec_teddy_msks1(const struct FDR *fdr,
const struct FDR_Runtime_Args *a); const struct FDR_Runtime_Args *a);