Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
495845ba
Commit
495845ba
authored
Aug 21, 2012
by
JINMEI Tatuya
Browse files
[2107] cleanup: RdataSetDeleter{} which is not needed any more
parent
c051d7d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_data.h
View file @
495845ba
...
@@ -31,12 +31,6 @@ namespace datasrc {
...
@@ -31,12 +31,6 @@ namespace datasrc {
namespace
memory
{
namespace
memory
{
class
ZoneData
:
boost
::
noncopyable
{
class
ZoneData
:
boost
::
noncopyable
{
struct
RdataSetDeleter
{
public:
RdataSetDeleter
()
{}
void
operator
()(
util
::
MemorySegment
&
mem_sgmt
,
RdataSet
*
rdataset_head
)
const
;
};
public:
public:
typedef
DomainTree
<
RdataSet
>
ZoneTree
;
typedef
DomainTree
<
RdataSet
>
ZoneTree
;
typedef
DomainTreeNode
<
RdataSet
>
ZoneNode
;
typedef
DomainTreeNode
<
RdataSet
>
ZoneNode
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment