more cleanup before merge

This commit is contained in:
Josh Slocum 2021-10-18 17:05:46 -05:00
parent 912ef76f1c
commit 85f64bf42c
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include "fdbclient/CommitTransaction.h"
#include "fdbclient/FDBTypes.h"
// TODO should GranuleSnapshot and GranuleDeltas just be typedefs instead of subclasses?
// file format of actual blob files
struct GranuleSnapshot : VectorRef<KeyValueRef> {
@ -48,7 +47,6 @@ struct GranuleDeltas : VectorRef<MutationsAndVersionRef> {
}
};
// TODO better name?
struct BlobFilePointerRef {
constexpr static FileIdentifier file_identifier = 5253554;
StringRef filename;

View File

@ -1753,7 +1753,6 @@ ACTOR Future<ChangeFeedReply> getChangeFeedMutations(StorageServer* data, Change
reply.arena, MutationsAndVersionRef(finalVersion, finalVersion == dequeVersion ? dequeKnownCommit : 0));
}
// TODO REMOVE or only do if mutation tracking is enabled
if (MUTATION_TRACKING_ENABLED) {
for (auto& mutations : reply.mutations) {
for (auto& m : mutations.mutations) {