diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-29 11:02:27 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-29 11:02:27 +0000 |
commit | cba6b06fc8bce52117abec9b3f3fc41475df69c2 (patch) | |
tree | 6d84ca82ac6c4b413ee7460f28d13eb2fb20f691 /security/manager/ssl/nsPKCS11Slot.cpp | |
parent | 378c086ef4e05803e04be104e2cb488734c57715 (diff) | |
download | aura-central-cba6b06fc8bce52117abec9b3f3fc41475df69c2.tar.gz |
Issue %3029 - Part 1: Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and additional
js module changes (next part).
Diffstat (limited to 'security/manager/ssl/nsPKCS11Slot.cpp')
-rw-r--r-- | security/manager/ssl/nsPKCS11Slot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/manager/ssl/nsPKCS11Slot.cpp b/security/manager/ssl/nsPKCS11Slot.cpp index 015f86901..e456c7d6c 100644 --- a/security/manager/ssl/nsPKCS11Slot.cpp +++ b/security/manager/ssl/nsPKCS11Slot.cpp @@ -8,7 +8,6 @@ #include "mozilla/Casting.h" #include "mozilla/Logging.h" -#include "mozilla/Telemetry.h" #include "mozilla/Unused.h" #include "nsCOMPtr.h" #include "nsIMutableArray.h" |