From: sarita patra Date: Thu, 5 May 2022 08:04:19 +0000 (-0700) Subject: pim6d: removed pim6_stubs.c file X-Git-Tag: base_8.4~258^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=691a58faa182b59e1400b7d1080c1c8beac16066;p=mirror%2Ffrr.git pim6d: removed pim6_stubs.c file pim6_stub.c file is no more needed. Signed-off-by: sarita patra --- diff --git a/pimd/pim6_stubs.c b/pimd/pim6_stubs.c deleted file mode 100644 index 44796236ab..0000000000 --- a/pimd/pim6_stubs.c +++ /dev/null @@ -1,29 +0,0 @@ -/* - * PIMv6 temporary stubs - * Copyright (C) 2022 David Lamparter for NetDEF, Inc. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * 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; see the file COPYING; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#include - -#include "pimd.h" -#include "pim_nht.h" -#include "pim_zlookup.h" -#include "pim_pim.h" -#include "pim_register.h" -#include "pim_cmd.h" -#include "pim_bsm.h" - diff --git a/pimd/subdir.am b/pimd/subdir.am index cc2230f43e..9546a7776e 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -90,7 +90,6 @@ pimd_pim6d_SOURCES = \ $(pim_common) \ pimd/pim6_main.c \ pimd/pim6_mld.c \ - pimd/pim6_stubs.c \ pimd/pim6_cmd.c \ # end