Fix OnOffApplication (clang errors)
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Fri, 29 Nov 2013 19:33:49 +0100
changeset 10455 b4d33beee170
parent 10454 c7a8713bd973
child 10456 e4bc52ceab4d
Fix OnOffApplication (clang errors)
src/applications/model/onoff-application.h
--- a/src/applications/model/onoff-application.h	Fri Nov 29 07:43:48 2013 -0800
+++ b/src/applications/model/onoff-application.h	Fri Nov 29 19:33:49 2013 +0100
@@ -162,7 +162,6 @@
   uint32_t        m_totBytes;     //!< Total bytes sent so far
   EventId         m_startStopEvent;     //!< Event id for next start or stop event
   EventId         m_sendEvent;    //!< Event id of pending "send packet" event
-  bool            m_sending;      //!< True if currently in sending (On) state
   TypeId          m_tid;          //!< Type of the socket used
 
   /// Traced Callback: transmitted packets.