From 85c984a28c2dd88e73df4d53f2e348c531435f4f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 12 Jun 2008 12:31:02 -0700 Subject: [PATCH] kill dead method declaration --- src/devices/wifi/yans-wifi-phy.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/wifi/yans-wifi-phy.h b/src/devices/wifi/yans-wifi-phy.h index aea1aca44..241def71a 100644 --- a/src/devices/wifi/yans-wifi-phy.h +++ b/src/devices/wifi/yans-wifi-phy.h @@ -138,7 +138,6 @@ private: double WToDbm (double w) const; double RatioToDb (double ratio) const; Time GetMaxPacketDuration (void) const; - void CancelRx (void); double GetPowerDbm (uint8_t power) const; void AppendEvent (Ptr event);