aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/coinselection.h')
-rw-r--r--src/wallet/coinselection.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wallet/coinselection.h b/src/wallet/coinselection.h
index ff85dd5fe2..43c37cbad7 100644
--- a/src/wallet/coinselection.h
+++ b/src/wallet/coinselection.h
@@ -84,14 +84,6 @@ public:
bool operator<(const COutput& rhs) const {
return outpoint < rhs.outpoint;
}
-
- bool operator!=(const COutput& rhs) const {
- return outpoint != rhs.outpoint;
- }
-
- bool operator==(const COutput& rhs) const {
- return outpoint == rhs.outpoint;
- }
};
/** Parameters for one iteration of Coin Selection. */