From ee4efb3d6a6e30fe4794d0f052a7fd3181badcb9 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 2 Oct 2015 12:38:22 -0600 Subject: [PATCH] ublox6: remove unused setTtyFd() call causing compiler warnings Fixes Issue #276 Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/ublox6/ublox6.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ublox6/ublox6.h b/src/ublox6/ublox6.h index 9eb57d7f..d98aad36 100644 --- a/src/ublox6/ublox6.h +++ b/src/ublox6/ublox6.h @@ -120,7 +120,6 @@ namespace upm { protected: int ttyFd() { return m_ttyFd; }; - int setTtyFd(int fd) { m_ttyFd = fd; }; private: mraa_uart_context m_uart;