]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
unused decls
authorgnawali <gnawali>
Wed, 29 Oct 2008 07:34:55 +0000 (07:34 +0000)
committergnawali <gnawali>
Wed, 29 Oct 2008 07:34:55 +0000 (07:34 +0000)
tos/lib/net/ctp/CtpRoutingEngineP.nc

index bd213db9fe1dba01fe2aef27b81e5a1e65ec23c9..ec0d0acdf707cc9fe134f6919dc0c7664dc1317b 100644 (file)
@@ -151,13 +151,6 @@ implementation {
     uint32_t parentChanges;
     /* end statistics */
 
-    uint32_t routeUpdateTimerCount;
-
-    // Maximimum it takes to hear four beacons
-    enum {
-      DEATH_TEST_INTERVAL = (maxInterval * 4) / (BEACON_INTERVAL / 1024),
-    };
-    
     // forward declarations
     void routingTableInit();
     uint8_t routingTableFind(am_addr_t);
@@ -199,7 +192,6 @@ implementation {
 
     command error_t Init.init() {
         uint8_t maxLength;
-        routeUpdateTimerCount = 0;
         radioOn = FALSE;
         running = FALSE;
         parentChanges = 0;