From 45773fac801c985f8508c3a6d39137ffc5378b96 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 2 Oct 2015 12:39:50 -0600 Subject: [PATCH] wt5001: remove unused setTtyFd() call causing compiler warnings Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/wt5001/wt5001.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wt5001/wt5001.h b/src/wt5001/wt5001.h index 32b4c8f0..11ad213e 100644 --- a/src/wt5001/wt5001.h +++ b/src/wt5001/wt5001.h @@ -340,7 +340,6 @@ namespace upm { protected: int ttyFd() { return m_ttyFd; }; - int setTtyFd(int fd) { m_ttyFd = fd; }; private: mraa_uart_context m_uart;