Remove hints
Change-Id: I537619fefad6ffb6b46c5dc618f0fdcc15884d6e
diff --git a/tools/ndns-daemon.cpp b/tools/ndns-daemon.cpp
index af68abd..65028ea 100644
--- a/tools/ndns-daemon.cpp
+++ b/tools/ndns-daemon.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014, Regents of the University of California.
+ * Copyright (c) 2014-2016, Regents of the University of California.
*
* This file is part of NDNS (Named Data Networking Domain Name Service).
* See AUTHORS.md for complete list of NDNS authors and contributors.
@@ -50,8 +50,6 @@
config.addSectionHandler("zones",
bind(&NdnsDaemon::processZonesSection, this, _1, _3));
- config.addSectionHandler("hints",
- bind(&NdnsDaemon::processHintsSection, this, _1, _3));
config.parse(configFile, false);
@@ -70,13 +68,6 @@
}
void
- processHintsSection(const ndn::ndns::ConfigSection& section, const std::string& filename)
- {
- // hint is not supported yet
- ;
- }
-
- void
processZonesSection(const ndn::ndns::ConfigSection& section, const std::string& filename)
{
using namespace boost::filesystem;