From 090ef28e999d36a1339da16fb83c5506bf629377 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Tue, 11 Aug 2020 13:46:05 +0200 Subject: [PATCH] Remove garbage file --- model/satellite-node.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 model/satellite-node.h diff --git a/model/satellite-node.h b/model/satellite-node.h deleted file mode 100644 index 7f645d7..0000000 --- a/model/satellite-node.h +++ /dev/null @@ -1,6 +0,0 @@ - - .AddAttribute ("MobilityModel", "The mobility model of the device", - PointerValue (), - MakePointerAccessor (&MockNetDevice::SetMobilityModel, - &MockNetDevice::GetMobilityModel), - MakePointerChecker ())