diff options
Diffstat (limited to 'sys/cddl/dev/fbt/fbt.h')
-rw-r--r-- | sys/cddl/dev/fbt/fbt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cddl/dev/fbt/fbt.h b/sys/cddl/dev/fbt/fbt.h index 6438583..ea245cb 100644 --- a/sys/cddl/dev/fbt/fbt.h +++ b/sys/cddl/dev/fbt/fbt.h @@ -45,8 +45,6 @@ typedef struct fbt_probe { const char *fbtp_name; modctl_t *fbtp_ctl; int fbtp_loadcnt; - int fbtp_primary; - int fbtp_invop_cnt; int fbtp_symindx; struct fbt_probe *fbtp_next; } fbt_probe_t; |