route: remove redundant function
refs: #4811
Change-Id: I31b1031f57a344e7c3176b917ffbad2f6b2bd821
diff --git a/src/route/routing-table.hpp b/src/route/routing-table.hpp
index cd7b5f5..5572aed 100644
--- a/src/route/routing-table.hpp
+++ b/src/route/routing-table.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014-2018, The University of Memphis,
+ * Copyright (c) 2014-2019, The University of Memphis,
* Regents of the University of California
*
* This file is part of NLSR (Named-data Link State Routing).
@@ -118,11 +118,7 @@
/*! \brief Calculates a HR routing table. */
void
- calculateHypRoutingTable(Nlsr& pnlsr);
-
- /*! \brief Calculates a dry-run HR routing table. */
- void
- calculateHypDryRoutingTable(Nlsr& pnlsr);
+ calculateHypRoutingTable(Nlsr& pnlsr, bool isDryRun);
void
clearRoutingTable();