Skip to content
GitLab
Projects
Groups
Snippets
/
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
ee81b663
Commit
ee81b663
authored
Aug 28, 2012
by
JINMEI Tatuya
Browse files
[2107] editorial cleanup: removed a leftover comment-out'ed line
parent
8052c97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/rdataset.h
View file @
ee81b663
...
...
@@ -237,7 +237,6 @@ public:
/// get the same result by directly calling get() on \c next, it would
/// help encourage the use of more efficient usage if we provide an
/// explicit accessor.
//const RdataSet* getNext() const { return (next.get()); }
const
RdataSet
*
getNext
()
const
{
return
(
next
.
get
());
}
/// \brief Return the bare pointer to the next node, mutable version.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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