Browse Source

[2107] editorial cleanup: removed a leftover comment-out'ed line

JINMEI Tatuya 12 years ago
parent
commit
ee81b663d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/datasrc/memory/rdataset.h

+ 0 - 1
src/lib/datasrc/memory/rdataset.h

@@ -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.