diff --git a/model/leo.cc b/model/leo.cc deleted file mode 100644 index 3251857..0000000 --- a/model/leo.cc +++ /dev/null @@ -1,27 +0,0 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation; - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Author: Tim Schubert - */ - -#include "leo.h" - -namespace ns3 { - -/* ... */ - - -} - diff --git a/model/leo.h b/model/leo.h deleted file mode 100644 index 7061776..0000000 --- a/model/leo.h +++ /dev/null @@ -1,29 +0,0 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation; - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Author: Tim Schubert - */ - -#ifndef LEO_H -#define LEO_H - -namespace ns3 { - -/* ... */ - -} - -#endif /* LEO_H */ - diff --git a/wscript b/wscript index 53c8c80..17d49c1 100644 --- a/wscript +++ b/wscript @@ -17,7 +17,6 @@ def build(bld): 'helper/nd-cache-helper.cc', 'helper/ground-node-helper.cc', 'helper/satellite-node-helper.cc', - 'model/leo.cc', 'model/leo-circular-orbit-mobility-model.cc', 'model/leo-circular-orbit-position-allocator.cc', 'model/leo-mock-channel.cc', @@ -60,7 +59,6 @@ def build(bld): 'helper/nd-cache-helper.h', 'helper/ground-node-helper.h', 'helper/satellite-node-helper.h', - 'model/leo.h', 'model/leo-circular-orbit-mobility-model.h', 'model/leo-circular-orbit-position-allocator.h', 'model/leo-mock-channel.h',