We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e149b2 commit 6a91fa9Copy full SHA for 6a91fa9
1 file changed
src/update.cpp
@@ -14,8 +14,6 @@
14
#include <map>
15
#include <string>
16
17
-static CURL* curl = nullptr;
18
-
19
std::map<uint64_t, std::unordered_set<std::string>> Updater::clientHashMap = std::map<uint64_t, std::unordered_set<std::string>>();
20
21
bool Updater::init()
0 commit comments