mds: remove redundant comment

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2022-11-02 10:09:19 -04:00
parent 0e6e69c4dd
commit c568e92e25
No known key found for this signature in database
GPG Key ID: FA47FD0B0367D313

View File

@ -38,7 +38,6 @@
using namespace std;
// cons/des
MDLog::~MDLog()
{
if (journaler) { delete journaler; journaler = 0; }