--- a/src/helper/csma-helper.cc Mon May 18 14:10:49 2009 +0100
+++ b/src/helper/csma-helper.cc Tue May 19 15:34:20 2009 +0200
@@ -65,18 +65,6 @@
}
void
-CsmaHelper::SetDeviceParameter (std::string n1, const AttributeValue &v1)
-{
- SetDeviceAttribute (n1, v1);
-}
-
-void
-CsmaHelper::SetChannelParameter (std::string n1, const AttributeValue &v1)
-{
- SetChannelAttribute (n1, v1);
-}
-
-void
CsmaHelper::EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous)
{
std::ostringstream oss;