Delete remaining extern declarations for noUnseed
This commit is contained in:
parent
acfd0b6c1c
commit
8efe3b296a
|
@ -1884,8 +1884,6 @@ bool ClientInfo::canReplace(Reference<ClientInfo> other) const {
|
|||
}
|
||||
|
||||
// UNIT TESTS
|
||||
extern bool noUnseed;
|
||||
|
||||
TEST_CASE("/fdbclient/multiversionclient/EnvironmentVariableParsing") {
|
||||
auto vals = parseOptionValues("a");
|
||||
ASSERT(vals.size() == 1 && vals[0] == "a");
|
||||
|
|
|
@ -941,8 +941,6 @@ struct DDQueueData {
|
|||
}
|
||||
};
|
||||
|
||||
extern bool noUnseed;
|
||||
|
||||
// This actor relocates the specified keys to a good place.
|
||||
// The inFlightActor key range map stores the actor for each RelocateData
|
||||
ACTOR Future<Void> dataDistributionRelocator(DDQueueData* self, RelocateData rd, const DDEnabledState* ddEnabledState) {
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
#define OP_DISK_OVERHEAD (sizeof(OpHeader) + 1)
|
||||
|
||||
extern bool noUnseed;
|
||||
|
||||
template <typename Container>
|
||||
class KeyValueStoreMemory final : public IKeyValueStore, NonCopyable {
|
||||
public:
|
||||
|
|
|
@ -199,7 +199,6 @@ extern const char* getSourceVersion();
|
|||
|
||||
extern void flushTraceFileVoid();
|
||||
|
||||
extern bool noUnseed;
|
||||
extern const int MAX_CLUSTER_FILE_BYTES;
|
||||
|
||||
#ifdef ALLOC_INSTRUMENTATION
|
||||
|
|
|
@ -100,8 +100,6 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
extern bool noUnseed;
|
||||
|
||||
// A workload which uses the thread safe API from multiple threads
|
||||
struct ThreadSafetyWorkload : TestWorkload {
|
||||
int threadsPerClient;
|
||||
|
|
Loading…
Reference in New Issue