Skip to content

Commit

Permalink
Aditional BucketList refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson committed Nov 22, 2024
1 parent 0218ebe commit 1673888
Show file tree
Hide file tree
Showing 86 changed files with 3,613 additions and 3,717 deletions.
1,116 changes: 0 additions & 1,116 deletions src/bucket/Bucket.cpp

This file was deleted.

289 changes: 0 additions & 289 deletions src/bucket/Bucket.h

This file was deleted.

4 changes: 2 additions & 2 deletions src/bucket/BucketApplicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "util/asio.h" // IWYU pragma: keep
#include "bucket/BucketApplicator.h"
#include "bucket/Bucket.h"
#include "bucket/BucketList.h"
#include "bucket/LiveBucket.h"
#include "bucket/LiveBucketList.h"
#include "ledger/LedgerTxn.h"
#include "ledger/LedgerTxnEntry.h"
#include "main/Application.h"
Expand Down
2 changes: 1 addition & 1 deletion src/bucket/BucketApplicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// under the Apache License, Version 2.0. See the COPYING file at the root
// of this distribution or at http://www.apache.org/licenses/LICENSE-2.0

#include "bucket/Bucket.h"
#include "bucket/BucketInputIterator.h"
#include "bucket/LiveBucket.h"
#include "util/Timer.h"
#include <memory>

Expand Down
Loading

0 comments on commit 1673888

Please sign in to comment.