Skip to content

Commit

Permalink
remove FutureBucket::FutureBucket(std::shared_ptr<Bucket> output)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Malinowski <rafal.przemyslaw.malinowski@gmail.com>
  • Loading branch information
vogel committed Jan 11, 2018
1 parent 048971a commit 124b876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/bucket/FutureBucket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ FutureBucket::setLiveOutput(std::shared_ptr<Bucket> output)
checkState();
}

FutureBucket::FutureBucket(std::shared_ptr<Bucket> output)
{
setLiveOutput(output);
}

static void
checkHashEq(std::shared_ptr<Bucket> b, std::string const& h)
{
Expand Down
2 changes: 0 additions & 2 deletions src/bucket/FutureBucket.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ class FutureBucket
std::vector<std::shared_ptr<Bucket>> const& shadows,
bool keepDeadEntries);

FutureBucket(std::shared_ptr<Bucket> output);

FutureBucket() = default;
FutureBucket(FutureBucket const& other) = default;
FutureBucket& operator=(FutureBucket const& other) = default;
Expand Down

5 comments on commit 124b876

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging vogel/stellar-core/remove-unused-future-bucket-constructor = 124b876 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vogel/stellar-core/remove-unused-future-bucket-constructor = 124b876 merged ok, testing candidate = 19d3d03

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 19d3d03

Please sign in to comment.