]> git.puffer.fish Git - mirror/frr.git/commitdiff
pim6d: removed pim6_stubs.c file 10592/head
authorsarita patra <saritap@vmware.com>
Thu, 5 May 2022 08:04:19 +0000 (01:04 -0700)
committerSarita Patra <saritap@vmware.com>
Thu, 7 Jul 2022 17:56:45 +0000 (10:56 -0700)
pim6_stub.c file is no more needed.

Signed-off-by: sarita patra <saritap@vmware.com>
pimd/pim6_stubs.c [deleted file]
pimd/subdir.am

diff --git a/pimd/pim6_stubs.c b/pimd/pim6_stubs.c
deleted file mode 100644 (file)
index 4479623..0000000
+++ /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 <zebra.h>
-
-#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"
-
index cc2230f43e8579126818b6c7f4e33225421f01b0..9546a7776ecb908061c56c61fb91feb7bc636ba5 100644 (file)
@@ -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