Skip to content

Commit

Permalink
Remove unused crypto/cssm_init.h.
Browse files Browse the repository at this point in the history
This appears to be completely unused now.

Bug: 
Change-Id: Idf670f32cbc853be951e8cf711296876a09d79f4
Reviewed-on: https://chromium-review.googlesource.com/550637
Reviewed-by: Ryan Sleevi <rsleevi@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#483007}
  • Loading branch information
davidben authored and Commit Bot committed Jun 28, 2017
1 parent 2aafcd2 commit a1f8f31
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 286 deletions.
4 changes: 0 additions & 4 deletions crypto/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ component("crypto") {
"capi_util.cc",
"capi_util.h",
"crypto_export.h",
"cssm_init.cc",
"cssm_init.h",
"ec_private_key.cc",
"ec_private_key.h",
"ec_signature_creator.cc",
Expand Down Expand Up @@ -100,8 +98,6 @@ component("crypto") {

if (!is_mac) {
sources -= [
"cssm_init.cc",
"cssm_init.h",
"mac_security_services_lock.cc",
"mac_security_services_lock.h",
]
Expand Down
212 changes: 0 additions & 212 deletions crypto/cssm_init.cc

This file was deleted.

67 changes: 0 additions & 67 deletions crypto/cssm_init.h

This file was deleted.

2 changes: 0 additions & 2 deletions crypto/mac_security_services_lock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace {

// This singleton pertains to Apple's wrappers over their own CSSM handles,
// as opposed to our own CSSM_CSP_HANDLE in cssm_init.cc.
class SecurityServicesSingleton {
public:
static SecurityServicesSingleton* GetInstance() {
Expand Down
1 change: 0 additions & 1 deletion net/cert/x509_certificate_mac.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "base/strings/string_piece.h"
#include "base/strings/sys_string_conversions.h"
#include "base/synchronization/lock.h"
#include "crypto/cssm_init.h"
#include "crypto/mac_security_services_lock.h"
#include "net/cert/x509_util_mac.h"

Expand Down

0 comments on commit a1f8f31

Please sign in to comment.