diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h
index 67714ef08187a852917c7e52d5084e223d2bf09a..064ac80ef3e0962d4847fb128bedcfeff18caeba 100644
--- a/lustre/include/liblustre.h
+++ b/lustre/include/liblustre.h
@@ -646,7 +646,6 @@ static inline void del_timer(struct timer_list *l)
 
 #define time_after(a, b)                                        \
 ({                                                              \
-        printf("Error: inapproiate call time_after()\n");       \
         1;                                                      \
 })
 
diff --git a/lustre/ptlrpc/pinger.c b/lustre/ptlrpc/pinger.c
index ab85900ad2ba953f140a5fc27d5bb2b4a70cf0a2..11986835a0e27596bd40993d63c06711430f8eee 100644
--- a/lustre/ptlrpc/pinger.c
+++ b/lustre/ptlrpc/pinger.c
@@ -463,7 +463,6 @@ int ptlrpc_start_pinger(void)
         pinger_callback =
                 liblustre_register_wait_callback(&pinger_check_rpcs, &pinger_args);
 #endif
-        obd_timeout = 10;
         return 0;
 }