summaryrefslogtreecommitdiff
path: root/daemons/gptp/common/ieee1588.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/common/ieee1588.hpp')
-rw-r--r--daemons/gptp/common/ieee1588.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/daemons/gptp/common/ieee1588.hpp b/daemons/gptp/common/ieee1588.hpp
index bd95a5fa..cf3d59e4 100644
--- a/daemons/gptp/common/ieee1588.hpp
+++ b/daemons/gptp/common/ieee1588.hpp
@@ -452,16 +452,4 @@ static inline void TIMESTAMP_ADD_NS( Timestamp &ts, uint64_t ns ) {
ts.nanoseconds = (uint32_t)nanos;
}
-/**
- * @brief Builds a PTP message
- * @param buf [in] message buffer to send
- * @param size message length
- * @param remote Destination link layer address
- * @param port [in] IEEE1588 port
- * @return PTP message instance of PTPMessageCommon
- */
-PTPMessageCommon *buildPTPMessage
-( char *buf, int size, LinkLayerAddress *remote,
- EtherPort *port );
-
#endif