Skip to content

Commit

Permalink
remove import of <asm-generic/errno.h> in src/bucket/InMemoryIndex.cpp (
Browse files Browse the repository at this point in the history
#4636)

# Description

This import breaks builds on mac. I don't think the constants defined in
it are used?

<!---

Describe what this pull request does, which issue it's resolving
(usually applicable for code changes).

--->

# Checklist
- [ ] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [ ] Rebased on top of master (no merge commits)
- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [ ] Compiles
- [ ] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
  • Loading branch information
SirTyson authored Feb 4, 2025
2 parents 96a822e + b43846a commit 39caa20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bucket/InMemoryIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "util/types.h"
#include "xdr/Stellar-ledger-entries.h"
#include <algorithm>
#include <asm-generic/errno.h>

namespace stellar
{
Expand Down

0 comments on commit 39caa20

Please sign in to comment.