--- a/src/helper/point-to-point-helper.cc Mon May 18 14:10:49 2009 +0100
+++ b/src/helper/point-to-point-helper.cc Tue May 19 15:34:20 2009 +0200
@@ -64,17 +64,6 @@
}
void
-PointToPointHelper::SetDeviceParameter (std::string name, const AttributeValue &value)
-{
- SetDeviceAttribute (name, value);
-}
-void
-PointToPointHelper::SetChannelParameter (std::string name, const AttributeValue &value)
-{
- SetChannelAttribute (name, value);
-}
-
-void
PointToPointHelper::EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid)
{
std::ostringstream oss;