From 8b49943025d9030d032e2bf86f7e6882a54ce6e7 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 2 Oct 2015 12:36:58 -0600 Subject: [PATCH] grovescam: remove unused setTtyFd() call causing compiler warnings Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/grovescam/grovescam.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/grovescam/grovescam.h b/src/grovescam/grovescam.h index 052cdba3..82fff7d8 100644 --- a/src/grovescam/grovescam.h +++ b/src/grovescam/grovescam.h @@ -181,7 +181,6 @@ namespace upm { protected: int ttyFd() { return m_ttyFd; }; - int setTtyFd(int fd) { m_ttyFd = fd; }; private: mraa_uart_context m_uart;