ublox6: remove unused setTtyFd() call causing compiler warnings

Fixes Issue #276

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson 2015-10-02 12:38:22 -06:00 committed by Mihai Tudor Panu
parent abced2fdbb
commit ee4efb3d6a

View File

@ -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;