]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: remove redundant comment
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 2 Nov 2022 14:09:19 +0000 (10:09 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 1 Aug 2023 15:16:00 +0000 (11:16 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDLog.cc

index 396db80873b3d92e2572c8ce4fe94eb9db2abd2e..ecf39af59b040259c8b382c069b87cb97cf1bae8 100644 (file)
@@ -38,7 +38,6 @@
 
 using namespace std;
 
-// cons/des
 MDLog::~MDLog()
 {
   if (journaler) { delete journaler; journaler = 0; }