summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppsthread.h b/ppsthread.h
index a115163a..e5134e79 100644
--- a/ppsthread.h
+++ b/ppsthread.h
@@ -27,8 +27,6 @@ struct pps_thread_t {
char *devicename;
char *(*report_hook)(volatile struct pps_thread_t *,
struct timedelta_t *);
- void (*pps_hook)(volatile struct pps_thread_t *,
- struct timedelta_t *);
void (*log_hook)(volatile struct pps_thread_t *,
int errlevel, const char *fmt, ...);
void (*wrap_hook)(volatile struct pps_thread_t *);