Apply suggestions from code review

This commit is contained in:
Xin Dong 2020-10-08 13:31:47 -07:00 committed by GitHub
parent c5dd0a1acd
commit 2def07a18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }