mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Apply suggestions from code review
This commit is contained in:
parent
c5dd0a1acd
commit
2def07a18d
@ -110,8 +110,6 @@ struct StorageServerInterface {
|
||||
serializer(ar, uniqueID, locality, getValue, getKey, getKeyValues, getShardState, waitMetrics,
|
||||
splitMetrics, getStorageMetrics, waitFailure, getQueuingMetrics, getKeyValueStoreType);
|
||||
if (ar.protocolVersion().hasWatches()) serializer(ar, watchValue);
|
||||
getReadHotRanges.getEndpoint();
|
||||
getRangeSplitPoints.getEndpoint();
|
||||
}
|
||||
}
|
||||
bool operator == (StorageServerInterface const& s) const { return uniqueID == s.uniqueID; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user