From 537f7e111d34b4ea9cc6cd52bc5efd27eabe4040 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 2 Oct 2015 12:37:51 -0600 Subject: [PATCH] hm11: remove unused setTtyFd() call causing compiler warnings Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/hm11/hm11.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hm11/hm11.h b/src/hm11/hm11.h index 4b59f5f2..29e43194 100644 --- a/src/hm11/hm11.h +++ b/src/hm11/hm11.h @@ -134,7 +134,6 @@ namespace upm { protected: int ttyFd() { return m_ttyFd; }; - int setTtyFd(int fd) { m_ttyFd = fd; }; private: mraa_uart_context m_uart;