Skip to content

Commit

Permalink
refactor:移除无用头文件和空行
Browse files Browse the repository at this point in the history
  • Loading branch information
Fischer0522 authored Nov 8, 2023
1 parent b47ba89 commit 3f65454
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/observer/storage/trx/mvcc_trx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ See the Mulan PSL v2 for more details. */
// Created by Wangyunlai on 2023/04/24.
//

#include <cstddef>
#include <limits>
#include "storage/trx/mvcc_trx.h"
#include "storage/field/field.h"
#include "storage/clog/clog.h"
#include "storage/db/db.h"
#include "storage/clog/clog.h"


using namespace std;

MvccTrxKit::~MvccTrxKit()
Expand Down

0 comments on commit 3f65454

Please sign in to comment.