Commit 4d36189d authored by jan.koester's avatar jan.koester
Browse files

test

parent 94e34080
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <cstdint>
#include <atomic>
#include <chrono>
#include <mutex>

#include "../backend.h"
#include "../authdb.h"
@@ -79,6 +78,5 @@ namespace authdb {
        std::atomic<bool>        _Dirty;
        std::atomic<bool>        _ClusterDataExists{false};
        std::chrono::steady_clock::time_point _LastPeerFetch{};
        std::mutex               _FetchMutex;
    };
};