mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Telemetry: Remove stubs and related code
This commit is contained in:
parent
10053448d6
commit
aea50f182f
134 changed files with 68 additions and 3422 deletions
|
|
@ -117,14 +117,6 @@ private:
|
|||
|
||||
friend class PendingDBLookup;
|
||||
|
||||
// Telemetry states.
|
||||
// Status of the remote response (valid or not).
|
||||
enum SERVER_RESPONSE_TYPES {
|
||||
SERVER_RESPONSE_VALID = 0,
|
||||
SERVER_RESPONSE_FAILED = 1,
|
||||
SERVER_RESPONSE_INVALID = 2,
|
||||
};
|
||||
|
||||
// Number of blocklist and allowlist hits we have seen.
|
||||
uint32_t mBlocklistCount;
|
||||
uint32_t mAllowlistCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue