src/devices/wifi/wifi-channel.h
changeset 3912 4d1a61f80745
parent 3893 94f771c1373a
--- a/src/devices/wifi/wifi-channel.h	Tue Nov 04 14:06:26 2008 +0100
+++ b/src/devices/wifi/wifi-channel.h	Tue Nov 04 14:06:34 2008 +0100
@@ -43,10 +43,6 @@
 {
 public:
   static TypeId GetTypeId (void);
-
-  virtual Ptr<WifiPhy> CreatePhy (Ptr<WifiNetDevice> device,
-                                  Ptr<Object> mobility,
-                                  UnsafeAttributeList list) = 0;
 };
 
 } // namespace ns3