From e6410335e9117f0c8dbd0c3917e007de30649718 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005279527 Date: Thu, 16 Jan 2025 04:04:51 -0800 Subject: [PATCH] fbcode/openr/neighbor-monitor Reviewed By: hick209 Differential Revision: D68259537 fbshipit-source-id: 815faf58125d77539164206d0e374e596edc9e14 --- openr/neighbor-monitor/NeighborMonitor.cpp | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 openr/neighbor-monitor/NeighborMonitor.cpp diff --git a/openr/neighbor-monitor/NeighborMonitor.cpp b/openr/neighbor-monitor/NeighborMonitor.cpp deleted file mode 100644 index d1c06087b53..00000000000 --- a/openr/neighbor-monitor/NeighborMonitor.cpp +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#include - -namespace openr { - -class NeighborMonitorImpl {}; - -NeighborMonitor::NeighborMonitor(messaging::ReplicateQueue&) {} - -void -NeighborMonitor::stop() { - return; -} - -void -NeighborMonitor::run() { - return; -} - -} // namespace openr