From aeba3afd91f64ce2c334c89d48b0506a57223c78 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Sun, 29 Jul 2012 08:21:19 +0200 Subject: [PATCH] Remove unused macro. Ever since 0afedd79, the DEFAULT_PHC macro is obsolete. Signed-off-by: Richard Cochran --- ptp4l.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ptp4l.c b/ptp4l.c index deadf62..9e04f0b 100644 --- a/ptp4l.c +++ b/ptp4l.c @@ -28,8 +28,6 @@ #include "sk.h" #include "transport.h" -#define DEFAULT_PHC "/dev/ptp0" - int assume_two_step; int sk_tx_retries = 2, sk_prefer_layer2 = 0; /*see sk.c*/ double configured_pi_kp, configured_pi_ki; /*see pi.c*/