File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22/*
3- * Copyright (c) 2014-2022 , Regents of the University of California,
3+ * Copyright (c) 2014-2025 , Regents of the University of California,
44 * Arizona Board of Regents,
55 * Colorado State University,
66 * University Pierre & Marie Curie, Sorbonne University,
@@ -126,15 +126,6 @@ Cs::findImpl(const Interest& interest) const
126126 return match;
127127}
128128
129- void
130- Cs::dump ()
131- {
132- NFD_LOG_DEBUG (" dump table" );
133- for (const Entry& entry : m_table) {
134- NFD_LOG_TRACE (entry.getFullName ());
135- }
136- }
137-
138129void
139130Cs::setPolicy (unique_ptr<Policy> policy)
140131{
Original file line number Diff line number Diff line change 11/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22/*
3- * Copyright (c) 2014-2022 , Regents of the University of California,
3+ * Copyright (c) 2014-2025 , Regents of the University of California,
44 * Arizona Board of Regents,
55 * Colorado State University,
66 * University Pierre & Marie Curie, Sorbonne University,
@@ -185,10 +185,6 @@ class Cs : noncopyable
185185 void
186186 setPolicyImpl (unique_ptr<Policy> policy);
187187
188- NFD_PUBLIC_WITH_TESTS_ELSE_PRIVATE:
189- void
190- dump ();
191-
192188private:
193189 Table m_table;
194190 unique_ptr<Policy> m_policy;
You can’t perform that action at this time.
0 commit comments